Uses of Class
org.apache.nemo.runtime.common.state.BlockState.State
-
Packages that use BlockState.State Package Description org.apache.nemo.runtime.common.exception org.apache.nemo.runtime.common.state org.apache.nemo.runtime.master -
-
Uses of BlockState.State in org.apache.nemo.runtime.common.exception
Methods in org.apache.nemo.runtime.common.exception that return BlockState.State Modifier and Type Method Description BlockState.State
AbsentBlockException. getState()
Constructors in org.apache.nemo.runtime.common.exception with parameters of type BlockState.State Constructor Description AbsentBlockException(java.lang.String blockId, BlockState.State state)
-
Uses of BlockState.State in org.apache.nemo.runtime.common.state
Methods in org.apache.nemo.runtime.common.state that return BlockState.State Modifier and Type Method Description static BlockState.State
BlockState.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockState.State[]
BlockState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockState.State in org.apache.nemo.runtime.master
Methods in org.apache.nemo.runtime.master that return BlockState.State Modifier and Type Method Description static BlockState.State
BlockManagerMaster. convertBlockState(ControlMessage.BlockStateFromExecutor state)
Return the correspondingBlockState.State
for the specifiedControlMessage.BlockStateFromExecutor
.Methods in org.apache.nemo.runtime.master with parameters of type BlockState.State Modifier and Type Method Description static ControlMessage.BlockStateFromExecutor
BlockManagerMaster. convertBlockState(BlockState.State state)
Return the correspondingControlMessage.BlockStateFromExecutor
for the specifiedBlockState.State
.java.util.List<BlockManagerMaster.BlockRequestHandler>
BlockManagerMaster. getBlockHandlers(java.lang.String blockIdOrWildcard, BlockState.State state)
Get handlers of blocks that are in a particular state.void
BlockManagerMaster. onBlockStateChanged(java.lang.String blockId, BlockState.State newState, java.lang.String location)
Deals with state change of a block.
-