Uses of Interface
org.apache.iotdb.db.mpp.execution.schedule.IDriverScheduler
-
Packages that use IDriverScheduler Package Description org.apache.iotdb.db.mpp.execution.fragment org.apache.iotdb.db.mpp.execution.schedule -
-
Uses of IDriverScheduler in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment with parameters of type IDriverScheduler Modifier and Type Method Description static FragmentInstanceExecutionFragmentInstanceExecution. createFragmentInstanceExecution(IDriverScheduler scheduler, FragmentInstanceId instanceId, FragmentInstanceContext context, IDriver driver, FragmentInstanceStateMachine stateMachine, io.airlift.stats.CounterStat failedInstances, long timeOut) -
Uses of IDriverScheduler in org.apache.iotdb.db.mpp.execution.schedule
Classes in org.apache.iotdb.db.mpp.execution.schedule that implement IDriverScheduler Modifier and Type Class Description classDriverSchedulerthe manager of fragment instances scheduling
-