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

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

Uses of HdfsServerConstants.ReplicaState in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsServerConstants.ReplicaState
static HdfsServerConstants.ReplicaState PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ReplicaStateProto state)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsServerConstants.ReplicaState
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ReplicaStateProto PBHelper.convert(HdfsServerConstants.ReplicaState state)
           
 

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.
 

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

Methods in org.apache.hadoop.hdfs.server.datanode that return HdfsServerConstants.ReplicaState
 HdfsServerConstants.ReplicaState FinalizedReplica.getState()
           
 HdfsServerConstants.ReplicaState ReplicaInPipeline.getState()
           
 HdfsServerConstants.ReplicaState ReplicaBeingWritten.getState()
           
 HdfsServerConstants.ReplicaState ReplicaUnderRecovery.getState()
           
 HdfsServerConstants.ReplicaState ReplicaWaitingToBeRecovered.getState()
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.