Uses of Enum Class
org.apache.hadoop.hdfs.client.CreateEncryptionZoneFlag
Packages that use CreateEncryptionZoneFlag
Package
Description
This package provides the administrative APIs for HDFS.
-
Uses of CreateEncryptionZoneFlag in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return CreateEncryptionZoneFlagModifier and TypeMethodDescriptionstatic CreateEncryptionZoneFlagCreateEncryptionZoneFlag.valueOf(short mode) Returns the enum constant of this class with the specified name.static CreateEncryptionZoneFlagReturns the enum constant of this class with the specified name.static CreateEncryptionZoneFlag[]CreateEncryptionZoneFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.hadoop.hdfs.client with type arguments of type CreateEncryptionZoneFlagModifier and TypeMethodDescriptionvoidHdfsAdmin.createEncryptionZone(Path path, String keyName, EnumSet<CreateEncryptionZoneFlag> flags) Create an encryption zone rooted at an empty existing directory, using the specified encryption key.