Uses of Class
org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
-
Packages that use FragmentInstanceState Package Description org.apache.iotdb.db.mpp.execution.fragment org.apache.iotdb.db.mpp.plan.scheduler -
-
Uses of FragmentInstanceState in org.apache.iotdb.db.mpp.execution.fragment
Fields in org.apache.iotdb.db.mpp.execution.fragment with type parameters of type FragmentInstanceState Modifier and Type Field Description static java.util.Set<FragmentInstanceState>FragmentInstanceState. FAILURE_INSTANCE_STATESstatic java.util.Set<FragmentInstanceState>FragmentInstanceState. TERMINAL_INSTANCE_STATESMethods in org.apache.iotdb.db.mpp.execution.fragment that return FragmentInstanceState Modifier and Type Method Description FragmentInstanceStateFragmentInstanceExecution. getInstanceState()FragmentInstanceStateFragmentInstanceInfo. getState()FragmentInstanceStateFragmentInstanceStateMachine. getState()static FragmentInstanceStateFragmentInstanceState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FragmentInstanceState[]FragmentInstanceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.mpp.execution.fragment that return types with arguments of type FragmentInstanceState Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FragmentInstanceState>FragmentInstanceStateMachine. getStateChange(FragmentInstanceState currentState)Methods in org.apache.iotdb.db.mpp.execution.fragment with parameters of type FragmentInstanceState Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FragmentInstanceState>FragmentInstanceStateMachine. getStateChange(FragmentInstanceState currentState)Method parameters in org.apache.iotdb.db.mpp.execution.fragment with type arguments of type FragmentInstanceState 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.Constructors in org.apache.iotdb.db.mpp.execution.fragment with parameters of type FragmentInstanceState Constructor Description FragmentInstanceInfo(FragmentInstanceState state, long endTime)FragmentInstanceInfo(FragmentInstanceState state, long endTime, java.lang.String message) -
Uses of FragmentInstanceState in org.apache.iotdb.db.mpp.plan.scheduler
Methods in org.apache.iotdb.db.mpp.plan.scheduler that return FragmentInstanceState Modifier and Type Method Description protected FragmentInstanceStateAbstractFragInsStateTracker. fetchState(FragmentInstance instance)
-