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.client
Methods in org.apache.hadoop.hdfs.client with parameters of type HdfsConstants.ReencryptActionModifier and TypeMethodDescriptionvoidHdfsAdmin.reencryptEncryptionZone(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.