|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HdfsConstants.RollingUpgradeAction | |
---|---|
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB |
Uses of HdfsConstants.RollingUpgradeAction in org.apache.hadoop.hdfs.protocol |
---|
Methods in org.apache.hadoop.hdfs.protocol that return HdfsConstants.RollingUpgradeAction | |
---|---|
static HdfsConstants.RollingUpgradeAction |
HdfsConstants.RollingUpgradeAction.fromString(String s)
Covert the given String to a RollingUpgradeAction. |
static HdfsConstants.RollingUpgradeAction |
HdfsConstants.RollingUpgradeAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HdfsConstants.RollingUpgradeAction[] |
HdfsConstants.RollingUpgradeAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of HdfsConstants.RollingUpgradeAction in org.apache.hadoop.hdfs.protocolPB |
---|
Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsConstants.RollingUpgradeAction | |
---|---|
static HdfsConstants.RollingUpgradeAction |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.RollingUpgradeActionProto a)
|
Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsConstants.RollingUpgradeAction | |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.RollingUpgradeActionProto |
PBHelper.convert(HdfsConstants.RollingUpgradeAction a)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |