Package | Description |
---|---|
edu.snu.coral.runtime.common.exception | |
edu.snu.coral.runtime.common.state | |
edu.snu.coral.runtime.master |
Modifier and Type | Method and Description |
---|---|
BlockState.State |
AbsentBlockException.getState() |
Constructor and Description |
---|
AbsentBlockException(String blockId,
BlockState.State state) |
Modifier and Type | Method and Description |
---|---|
static BlockState.State |
BlockState.State.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static BlockState.State |
RuntimeMaster.convertBlockState(edu.snu.coral.runtime.common.comm.ControlMessage.BlockStateFromExecutor state) |
Modifier and Type | Method and Description |
---|---|
static edu.snu.coral.runtime.common.comm.ControlMessage.BlockStateFromExecutor |
RuntimeMaster.convertBlockState(BlockState.State state) |
void |
BlockManagerMaster.onBlockStateChanged(String blockId,
BlockState.State newState,
String location)
Deals with state change of a block.
|
Copyright © 2018. All rights reserved.