Uses of Class
org.apache.hadoop.hdfs.protocol.EncryptionZone
Packages that use EncryptionZone
Package
Description
This package provides the administrative APIs for HDFS.
-
Uses of EncryptionZone in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return EncryptionZoneModifier and TypeMethodDescriptionHdfsAdmin.getEncryptionZoneForPath(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 EncryptionZoneModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<EncryptionZone>HdfsAdmin.listEncryptionZones()Returns a RemoteIterator which can be used to list the encryption zones in HDFS.