Package org.apache.hadoop.yarn.state
Interface SingleArcTransition<OPERAND,EVENT>
@Public
@Evolving
public interface SingleArcTransition<OPERAND,EVENT>
Hook for Transition. This lead to state machine to move to
the post state as registered in the state machine.
-
Method Summary
-
Method Details
-
transition
Transition hook.- Parameters:
operand- the entity attached to the FSM, whose internal state may change.event- causal event
-