| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.memory | |
| io.prestosql.operator | |
| io.prestosql.testing |
| Modifier and Type | Method and Description |
|---|---|
SqlTaskExecution |
SqlTaskExecutionFactory.create(Session session,
QueryContext queryContext,
TaskStateMachine taskStateMachine,
OutputBuffer outputBuffer,
PlanFragment fragment,
List<TaskSource> sources,
OptionalInt totalPartitions) |
| Modifier and Type | Method and Description |
|---|---|
TaskContext |
QueryContext.addTaskContext(TaskStateMachine taskStateMachine,
Session session,
boolean perOperatorCpuTimerEnabled,
boolean cpuTimerEnabled,
OptionalInt totalPartitions) |
| Modifier and Type | Method and Description |
|---|---|
static TaskContext |
TaskContext.createTaskContext(QueryContext queryContext,
TaskStateMachine taskStateMachine,
io.airlift.stats.GcMonitor gcMonitor,
Executor notificationExecutor,
ScheduledExecutorService yieldExecutor,
Session session,
MemoryTrackingContext taskMemoryContext,
boolean perOperatorCpuTimerEnabled,
boolean cpuTimerEnabled,
OptionalInt totalPartitions) |
| Modifier and Type | Method and Description |
|---|---|
static TaskContext |
TestingTaskContext.createTaskContext(Executor notificationExecutor,
ScheduledExecutorService yieldExecutor,
Session session,
TaskStateMachine taskStateMachine) |
TestingTaskContext.Builder |
TestingTaskContext.Builder.setTaskStateMachine(TaskStateMachine taskStateMachine) |
Copyright © 2012–2019. All rights reserved.