Uses of Class
org.apache.hadoop.hdfs.protocol.HdfsConstants.RollingUpgradeAction

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)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.