Uses of Class
org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
-
Packages that use FragmentInstanceStateMachine Package Description org.apache.iotdb.db.mpp.execution.fragment -
-
Uses of FragmentInstanceStateMachine in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment that return FragmentInstanceStateMachine Modifier and Type Method Description FragmentInstanceStateMachineFragmentInstanceContext. getStateMachine()Methods in org.apache.iotdb.db.mpp.execution.fragment with parameters of type FragmentInstanceStateMachine Modifier and Type Method Description static FragmentInstanceContextFragmentInstanceContext. createFragmentInstanceContext(FragmentInstanceId id, FragmentInstanceStateMachine stateMachine)static FragmentInstanceExecutionFragmentInstanceExecution. createFragmentInstanceExecution(IDriverScheduler scheduler, FragmentInstanceId instanceId, FragmentInstanceContext context, IDriver driver, FragmentInstanceStateMachine stateMachine, io.airlift.stats.CounterStat failedInstances, long timeOut)
-