| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.operator | |
| io.prestosql.server |
| Modifier and Type | Method and Description |
|---|---|
TaskSource |
TaskSource.update(TaskSource source) |
| Modifier and Type | Method and Description |
|---|---|
TaskSource |
TaskSource.update(TaskSource source) |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlTaskExecution.addSources(List<TaskSource> sources) |
SqlTaskExecution |
SqlTaskExecutionFactory.create(Session session,
QueryContext queryContext,
TaskStateMachine taskStateMachine,
OutputBuffer outputBuffer,
PlanFragment fragment,
List<TaskSource> sources,
OptionalInt totalPartitions) |
TaskInfo |
SqlTask.updateTask(Session session,
Optional<PlanFragment> fragment,
List<TaskSource> sources,
OutputBuffers outputBuffers,
OptionalInt totalPartitions) |
TaskInfo |
TaskManager.updateTask(Session session,
TaskId taskId,
Optional<PlanFragment> fragment,
List<TaskSource> sources,
OutputBuffers outputBuffers,
OptionalInt totalPartitions)
Updates the task plan, sources and output buffers.
|
TaskInfo |
SqlTaskManager.updateTask(Session session,
TaskId taskId,
Optional<PlanFragment> fragment,
List<TaskSource> sources,
OutputBuffers outputBuffers,
OptionalInt totalPartitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
Driver.updateSource(TaskSource sourceUpdate) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskSource> |
TaskUpdateRequest.getSources() |
| Constructor and Description |
|---|
TaskUpdateRequest(SessionRepresentation session,
Map<String,String> extraCredentials,
Optional<PlanFragment> fragment,
List<TaskSource> sources,
OutputBuffers outputIds,
OptionalInt totalPartitions) |
Copyright © 2012–2019. All rights reserved.