Uses of Enum Class
org.apache.hadoop.hdfs.server.common.HdfsServerConstants.BlockUCState
Packages that use HdfsServerConstants.BlockUCState
Package
Description
-
Uses of HdfsServerConstants.BlockUCState in org.apache.hadoop.hdfs.server.blockmanagement
Methods in org.apache.hadoop.hdfs.server.blockmanagement that return HdfsServerConstants.BlockUCStateModifier and TypeMethodDescriptionBlockInfo.getBlockUCState()BlockUnderConstructionFeature.getBlockUCState()Return the state of the block under construction.Methods in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type HdfsServerConstants.BlockUCStateModifier and TypeMethodDescriptionvoidBlockInfo.convertToBlockUnderConstruction(HdfsServerConstants.BlockUCState s, DatanodeStorageInfo[] targets) Add/Update the under construction feature.Constructors in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type HdfsServerConstants.BlockUCStateModifierConstructorDescriptionBlockUnderConstructionFeature(org.apache.hadoop.hdfs.protocol.Block blk, HdfsServerConstants.BlockUCState state, DatanodeStorageInfo[] targets, org.apache.hadoop.hdfs.protocol.BlockType blockType) -
Uses of HdfsServerConstants.BlockUCState in org.apache.hadoop.hdfs.server.common
Methods in org.apache.hadoop.hdfs.server.common that return HdfsServerConstants.BlockUCStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HdfsServerConstants.BlockUCState[]HdfsServerConstants.BlockUCState.values()Returns an array containing the constants of this enum class, in the order they are declared.