Uses of Interface
org.apache.iotdb.db.mpp.execution.StateMachine.StateChangeListener
-
Packages that use StateMachine.StateChangeListener Package Description org.apache.iotdb.db.mpp.execution org.apache.iotdb.db.mpp.execution.fragment -
-
Uses of StateMachine.StateChangeListener in org.apache.iotdb.db.mpp.execution
Methods in org.apache.iotdb.db.mpp.execution with parameters of type StateMachine.StateChangeListener Modifier and Type Method Description voidQueryStateMachine. addStateChangeListener(StateMachine.StateChangeListener<QueryState> stateChangeListener)voidStateMachine. addStateChangeListener(StateMachine.StateChangeListener<T> stateChangeListener)Adds a listener to be notified when the state instance changes according to.equals(). -
Uses of StateMachine.StateChangeListener in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment with parameters of type StateMachine.StateChangeListener Modifier and Type Method Description voidFragmentInstanceStateMachine. addStateChangeListener(StateMachine.StateChangeListener<FragmentInstanceState> stateChangeListener)Listener is always notified asynchronously using a dedicated notification thread pool so, care should be taken to avoid leakingthiswhen adding a listener in a constructor.
-