Uses of Interface
org.apache.hadoop.yarn.state.StateTransitionListener
Packages that use StateTransitionListener
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of StateTransitionListener in org.apache.hadoop.yarn.state
Classes in org.apache.hadoop.yarn.state that implement StateTransitionListenerModifier and TypeClassDescriptionclassMultiStateTransitionListener<OPERAND,EVENT, STATE extends Enum<STATE>> AStateTransitionListenerthat dispatches the pre and post state transitions to multiple registered listeners.Methods in org.apache.hadoop.yarn.state with parameters of type StateTransitionListenerModifier and TypeMethodDescriptionvoidMultiStateTransitionListener.addListener(StateTransitionListener<OPERAND, EVENT, STATE> listener) Add a listener to the list of listeners.StateMachineFactory.make(OPERAND operand, STATE initialState, StateTransitionListener<OPERAND, EVENT, STATE> listener) A StateMachine that accepts a transition listener.