| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DFSClient.reencryptEncryptionZone(java.lang.String zone,
HdfsConstants.ReencryptAction action) |
|
void |
DistributedFileSystem.reencryptEncryptionZone(org.apache.hadoop.fs.Path zone,
HdfsConstants.ReencryptAction action) |
|
void |
ViewDistributedFileSystem.reencryptEncryptionZone(org.apache.hadoop.fs.Path zone,
HdfsConstants.ReencryptAction action) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HdfsAdmin.reencryptEncryptionZone(org.apache.hadoop.fs.Path zone,
HdfsConstants.ReencryptAction action) |
Performs re-encryption action for a given encryption zone.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HdfsConstants.ReencryptAction |
HdfsConstants.ReencryptAction.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HdfsConstants.ReencryptAction[] |
HdfsConstants.ReencryptAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientProtocol.reencryptEncryptionZone(java.lang.String zone,
HdfsConstants.ReencryptAction action) |
Used to implement re-encryption of encryption zones.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HdfsConstants.ReencryptAction |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ReencryptActionProto a) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ReencryptActionProto |
PBHelperClient.convert(HdfsConstants.ReencryptAction a) |
|
void |
ClientNamenodeProtocolTranslatorPB.reencryptEncryptionZone(java.lang.String zone,
HdfsConstants.ReencryptAction action) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.