public RemoteIterator<EncryptionZone> listEncryptionZones() throws IOException { checkOpen(); return new EncryptionZoneIterator(namenode, traceSampler); }
public RemoteIterator<EncryptionZone> listEncryptionZones() throws IOException { checkOpen(); return new EncryptionZoneIterator(namenode, tracer); }
public RemoteIterator<EncryptionZone> listEncryptionZones() throws IOException { checkOpen(); return new EncryptionZoneIterator(namenode); }