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

Packages that use HdfsConstants.SafeModeAction
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.protocolPB   
 

Uses of HdfsConstants.SafeModeAction in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol that return HdfsConstants.SafeModeAction
static HdfsConstants.SafeModeAction HdfsConstants.SafeModeAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HdfsConstants.SafeModeAction[] HdfsConstants.SafeModeAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HdfsConstants.SafeModeAction in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsConstants.SafeModeAction
static HdfsConstants.SafeModeAction PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.SafeModeActionProto a)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsConstants.SafeModeAction
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.SafeModeActionProto PBHelper.convert(HdfsConstants.SafeModeAction a)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.