| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CreateEncryptionZoneFlag |
CreateEncryptionZoneFlag.valueOf(short mode) |
Returns the enum constant of this type with the specified name.
|
static CreateEncryptionZoneFlag |
CreateEncryptionZoneFlag.valueOf(java.lang.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 | Description |
|---|---|---|
void |
HdfsAdmin.createEncryptionZone(org.apache.hadoop.fs.Path path,
java.lang.String keyName,
java.util.EnumSet<CreateEncryptionZoneFlag> flags) |
Create an encryption zone rooted at an empty existing directory, using the
specified encryption key.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.