Uses of Enum Class
org.apache.hadoop.hdfs.protocol.HdfsConstants.ReencryptAction
Packages that use HdfsConstants.ReencryptAction
Package
Description
This package provides the administrative APIs for HDFS.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of HdfsConstants.ReencryptAction in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs with parameters of type HdfsConstants.ReencryptActionModifier and TypeMethodDescriptionvoidDFSClient.reencryptEncryptionZone(String zone, HdfsConstants.ReencryptAction action) voidDistributedFileSystem.reencryptEncryptionZone(org.apache.hadoop.fs.Path zone, HdfsConstants.ReencryptAction action) voidViewDistributedFileSystem.reencryptEncryptionZone(org.apache.hadoop.fs.Path zone, HdfsConstants.ReencryptAction action) -
Uses of HdfsConstants.ReencryptAction in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client with parameters of type HdfsConstants.ReencryptActionModifier and TypeMethodDescriptionvoidHdfsAdmin.reencryptEncryptionZone(org.apache.hadoop.fs.Path zone, HdfsConstants.ReencryptAction action) Performs re-encryption action for a given encryption zone. -
Uses of HdfsConstants.ReencryptAction in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return HdfsConstants.ReencryptActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HdfsConstants.ReencryptAction[]HdfsConstants.ReencryptAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs.protocol with parameters of type HdfsConstants.ReencryptActionModifier and TypeMethodDescriptionvoidClientProtocol.reencryptEncryptionZone(String zone, HdfsConstants.ReencryptAction action) Used to implement re-encryption of encryption zones. -
Uses of HdfsConstants.ReencryptAction in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsConstants.ReencryptActionModifier and TypeMethodDescriptionPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ReencryptActionProto a) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsConstants.ReencryptActionModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos.ReencryptActionProtoPBHelperClient.convert(HdfsConstants.ReencryptAction a) voidClientNamenodeProtocolTranslatorPB.reencryptEncryptionZone(String zone, HdfsConstants.ReencryptAction action)