Package | Description |
---|---|
org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
Modifier and Type | Method and Description |
---|---|
static CreateEncryptionZoneFlag |
CreateEncryptionZoneFlag.valueOf(short mode) |
static CreateEncryptionZoneFlag |
CreateEncryptionZoneFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateEncryptionZoneFlag[] |
CreateEncryptionZoneFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HdfsAdmin.createEncryptionZone(Path path,
String keyName,
EnumSet<CreateEncryptionZoneFlag> flags)
Create an encryption zone rooted at an empty existing directory, using the
specified encryption key.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.