Uses of Class
org.apache.hadoop.hdfs.server.common.HdfsServerConstants.ReplicaState

Packages that use HdfsServerConstants.ReplicaState
org.apache.hadoop.hdfs.server.common   
 

Uses of HdfsServerConstants.ReplicaState in org.apache.hadoop.hdfs.server.common
 

Methods in org.apache.hadoop.hdfs.server.common that return HdfsServerConstants.ReplicaState
static HdfsServerConstants.ReplicaState HdfsServerConstants.ReplicaState.getState(int v)
           
static HdfsServerConstants.ReplicaState HdfsServerConstants.ReplicaState.read(DataInput in)
          Read from in
static HdfsServerConstants.ReplicaState HdfsServerConstants.ReplicaState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HdfsServerConstants.ReplicaState[] HdfsServerConstants.ReplicaState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.