public interface BalancerOperationState
BalancerOperationEvent
s with which this state works.
The possible state transitions are defined in an associated #StateTransitioner
Modifier and Type | Interface and Description |
---|---|
static class |
BalancerOperationState.BalancerOperationStateCharacteristics
Characteristics of a state machine state, and the general ("Balancer Operation State")
types of states present in a BalancerOperationStateMachine..
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTerminal()
Boolean indicating whether a state is terminal or not.
|
String |
name()
The name of the state
|
String name()
boolean isTerminal()