Package | Description |
---|---|
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 |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and 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 and Description |
---|---|
static HdfsConstants.ReencryptAction |
HdfsConstants.ReencryptAction.valueOf(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 and Description |
---|---|
static HdfsConstants.ReencryptAction |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ReencryptActionProto a) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ReencryptActionProto |
PBHelperClient.convert(HdfsConstants.ReencryptAction a) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.