Uses of Class
io.trino.execution.TaskStateMachine
-
Packages that use TaskStateMachine Package Description io.trino.execution io.trino.memory io.trino.operator io.trino.testing -
-
Uses of TaskStateMachine in io.trino.execution
Methods in io.trino.execution with parameters of type TaskStateMachine Modifier and Type Method Description SqlTaskExecutionSqlTaskExecutionFactory. create(Session session, QueryContext queryContext, TaskStateMachine taskStateMachine, OutputBuffer outputBuffer, PlanFragment fragment, List<TaskSource> sources, Runnable notifyStatusChanged, OptionalInt totalPartitions) -
Uses of TaskStateMachine in io.trino.memory
Methods in io.trino.memory with parameters of type TaskStateMachine Modifier and Type Method Description TaskContextQueryContext. addTaskContext(TaskStateMachine taskStateMachine, Session session, Runnable notifyStatusChanged, boolean perOperatorCpuTimerEnabled, boolean cpuTimerEnabled, OptionalInt totalPartitions) -
Uses of TaskStateMachine in io.trino.operator
Methods in io.trino.operator with parameters of type TaskStateMachine Modifier and Type Method Description static TaskContextTaskContext. createTaskContext(QueryContext queryContext, TaskStateMachine taskStateMachine, io.airlift.stats.GcMonitor gcMonitor, Executor notificationExecutor, ScheduledExecutorService yieldExecutor, Session session, MemoryTrackingContext taskMemoryContext, Runnable notifyStatusChanged, boolean perOperatorCpuTimerEnabled, boolean cpuTimerEnabled, OptionalInt totalPartitions) -
Uses of TaskStateMachine in io.trino.testing
Methods in io.trino.testing with parameters of type TaskStateMachine Modifier and Type Method Description static TaskContextTestingTaskContext. createTaskContext(Executor notificationExecutor, ScheduledExecutorService yieldExecutor, Session session, TaskStateMachine taskStateMachine)TestingTaskContext.BuilderTestingTaskContext.Builder. setTaskStateMachine(TaskStateMachine taskStateMachine)
-