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

Packages that use HdfsServerConstants.BlockUCState
org.apache.hadoop.hdfs.server.blockmanagement   
org.apache.hadoop.hdfs.server.common   
 

Uses of HdfsServerConstants.BlockUCState in org.apache.hadoop.hdfs.server.blockmanagement
 

Methods in org.apache.hadoop.hdfs.server.blockmanagement that return HdfsServerConstants.BlockUCState
 HdfsServerConstants.BlockUCState BlockInfoUnderConstruction.getBlockUCState()
          Return the state of the block under construction.
 

Constructors in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type HdfsServerConstants.BlockUCState
BlockInfoUnderConstruction(org.apache.hadoop.hdfs.protocol.Block blk, int replication, HdfsServerConstants.BlockUCState state, org.apache.hadoop.hdfs.server.blockmanagement.DatanodeDescriptor[] targets)
          Create a block that is currently being constructed.
 

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

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



Copyright © 2013 Apache Software Foundation. All Rights Reserved.