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, io.opentelemetry.api.trace.Span taskSpan, QueryContext queryContext, TaskStateMachine taskStateMachine, OutputBuffer outputBuffer, PlanFragment fragment, Runnable notifyStatusChanged) Constructors in io.trino.execution with parameters of type TaskStateMachineModifierConstructorDescriptionSqlTaskExecution(TaskStateMachine taskStateMachine, TaskContext taskContext, io.opentelemetry.api.trace.Span taskSpan, OutputBuffer outputBuffer, LocalExecutionPlanner.LocalExecutionPlan localExecutionPlan, TaskExecutor taskExecutor, SplitMonitor splitMonitor, io.opentelemetry.api.trace.Tracer tracer, Executor notificationExecutor) -
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, ScheduledExecutorService timeoutExecutor, Session session, MemoryTrackingContext taskMemoryContext, Runnable notifyStatusChanged, boolean perOperatorCpuTimerEnabled, boolean cpuTimerEnabled) -
Uses of TaskStateMachine in io.trino.testing
Methods in io.trino.testing with parameters of type TaskStateMachineModifier and TypeMethodDescriptionstatic TaskContextTestingTaskContext.createTaskContext(Executor notificationExecutor, ScheduledExecutorService scheduledExecutor, Session session, TaskStateMachine taskStateMachine) TestingTaskContext.Builder.setTaskStateMachine(TaskStateMachine taskStateMachine)