| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.memory | |
| io.prestosql.operator | |
| io.prestosql.testing |
| Modifier and Type | Method and Description |
|---|---|
QueryContext |
SqlTask.getQueryContext() |
QueryContext |
SqlTaskManager.getQueryContext(QueryId queryId) |
| Modifier and Type | Method and Description |
|---|---|
SqlTaskExecution |
SqlTaskExecutionFactory.create(Session session,
QueryContext queryContext,
TaskStateMachine taskStateMachine,
OutputBuffer outputBuffer,
PlanFragment fragment,
List<TaskSource> sources,
OptionalInt totalPartitions) |
static SqlTask |
SqlTask.createSqlTask(TaskId taskId,
URI location,
String nodeId,
QueryContext queryContext,
SqlTaskExecutionFactory sqlTaskExecutionFactory,
ExecutorService taskNotificationExecutor,
com.google.common.base.Function<SqlTask,?> onDone,
io.airlift.units.DataSize maxBufferSize,
io.airlift.stats.CounterStat failedTasks) |
| Modifier and Type | Method and Description |
|---|---|
R |
QueryContextVisitor.visitQueryContext(QueryContext queryContext,
C visitContext) |
R |
TraversingQueryContextVisitor.visitQueryContext(QueryContext queryContext,
C visitContext) |
| Modifier and Type | Method and Description |
|---|---|
QueryContext |
TaskContext.getQueryContext() |
| 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(QueryContext queryContext,
Executor executor,
Session session) |
Copyright © 2012–2019. All rights reserved.