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

Packages that use HdfsConstants.ReplicaState
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.server.common   
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.server.protocol   
 

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

Methods in org.apache.hadoop.hdfs.protocol that return HdfsConstants.ReplicaState
 HdfsConstants.ReplicaState BlockListAsLongs.BlockReportIterator.getCurrentReplicaState()
          Get the state of the current replica.
 

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

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

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

Methods in org.apache.hadoop.hdfs.server.datanode that return HdfsConstants.ReplicaState
 HdfsConstants.ReplicaState Replica.getState()
          Get the replica state
 

Uses of HdfsConstants.ReplicaState in org.apache.hadoop.hdfs.server.protocol
 

Methods in org.apache.hadoop.hdfs.server.protocol that return HdfsConstants.ReplicaState
 HdfsConstants.ReplicaState ReplicaRecoveryInfo.getOriginalReplicaState()
           
 

Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type HdfsConstants.ReplicaState
ReplicaRecoveryInfo(long blockId, long diskLen, long gs, HdfsConstants.ReplicaState rState)
           
 



Copyright © 2009 The Apache Software Foundation