Uses of Enum Class
org.apache.hadoop.fs.store.DataBlocks.DataBlock.DestState
Packages that use DataBlocks.DataBlock.DestState
Package
Description
This package is for classes to be shared across object stores; for internal
use within the hadoop-* modules only.
-
Uses of DataBlocks.DataBlock.DestState in org.apache.hadoop.fs.store
Methods in org.apache.hadoop.fs.store that return DataBlocks.DataBlock.DestStateModifier and TypeMethodDescriptionDataBlocks.DataBlock.getState()Current state.Returns the enum constant of this class with the specified name.static DataBlocks.DataBlock.DestState[]DataBlocks.DataBlock.DestState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.fs.store with parameters of type DataBlocks.DataBlock.DestStateModifier and TypeMethodDescriptionprotected final voidDataBlocks.DataBlock.enterState(DataBlocks.DataBlock.DestState current, DataBlocks.DataBlock.DestState next) Atomically enter a state, verifying current state.protected final voidDataBlocks.DataBlock.verifyState(DataBlocks.DataBlock.DestState expected) Verify that the block is in the declared state.