Uses of Class
org.apache.hadoop.hdfs.protocol.EncryptionZone

Packages that use EncryptionZone
org.apache.hadoop.hdfs.client   
org.apache.hadoop.hdfs.protocolPB   
 

Uses of EncryptionZone in org.apache.hadoop.hdfs.client
 

Methods in org.apache.hadoop.hdfs.client that return EncryptionZone
 EncryptionZone HdfsAdmin.getEncryptionZoneForPath(org.apache.hadoop.fs.Path path)
          Get the path of the encryption zone for a given file or directory.
 

Methods in org.apache.hadoop.hdfs.client that return types with arguments of type EncryptionZone
 org.apache.hadoop.fs.RemoteIterator<EncryptionZone> HdfsAdmin.listEncryptionZones()
          Returns a RemoteIterator which can be used to list the encryption zones in HDFS.
 

Uses of EncryptionZone in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return EncryptionZone
static EncryptionZone PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.EncryptionZoneProto proto)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type EncryptionZone
static org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.EncryptionZoneProto PBHelper.convert(EncryptionZone zone)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.