Uses of Class
org.apache.iotdb.db.mpp.execution.schedule.ExecutionContext
-
Packages that use ExecutionContext Package Description org.apache.iotdb.db.mpp.execution.schedule org.apache.iotdb.db.mpp.execution.schedule.task -
-
Uses of ExecutionContext in org.apache.iotdb.db.mpp.execution.schedule
Methods in org.apache.iotdb.db.mpp.execution.schedule with parameters of type ExecutionContext Modifier and Type Method Description voidITaskScheduler. runningToBlocked(DriverTask task, ExecutionContext context)Switch a task fromDriverTaskStatus.RUNNINGtoDriverTaskStatus.BLOCKED.voidITaskScheduler. runningToFinished(DriverTask task, ExecutionContext context)Switch a task fromDriverTaskStatus.RUNNINGtoDriverTaskStatus.FINISHED.voidITaskScheduler. runningToReady(DriverTask task, ExecutionContext context)Switch a task fromDriverTaskStatus.RUNNINGtoDriverTaskStatus.READY. -
Uses of ExecutionContext in org.apache.iotdb.db.mpp.execution.schedule.task
Methods in org.apache.iotdb.db.mpp.execution.schedule.task with parameters of type ExecutionContext Modifier and Type Method Description voidDriverTask. updateSchedulePriority(ExecutionContext context)Update the schedule priority according to the execution context.
-