Uses of Class
io.trino.execution.TaskStateMachine
Packages that use TaskStateMachine
-
Uses of TaskStateMachine in io.trino.execution
Methods in io.trino.execution with parameters of type TaskStateMachineModifier and TypeMethodDescriptionSqlTaskExecutionFactory.create(Session session, QueryContext queryContext, TaskStateMachine taskStateMachine, OutputBuffer outputBuffer, PlanFragment fragment, Runnable notifyStatusChanged) -
Uses of TaskStateMachine in io.trino.memory
Methods in io.trino.memory with parameters of type TaskStateMachineModifier and TypeMethodDescriptionQueryContext.addTaskContext(TaskStateMachine taskStateMachine, Session session, Runnable notifyStatusChanged, boolean perOperatorCpuTimerEnabled, boolean cpuTimerEnabled) -
Uses of TaskStateMachine in io.trino.operator
Methods in io.trino.operator with parameters of type TaskStateMachineModifier and TypeMethodDescriptionstatic 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, Optional<io.airlift.units.DataSize> maxMemory) -
Uses of TaskStateMachine in io.trino.testing
Methods in io.trino.testing with parameters of type TaskStateMachineModifier and TypeMethodDescriptionstatic TaskContextTestingTaskContext.createTaskContext(Executor notificationExecutor, ScheduledExecutorService yieldExecutor, Session session, TaskStateMachine taskStateMachine) TestingTaskContext.Builder.setTaskStateMachine(TaskStateMachine taskStateMachine)