| Package | Description |
|---|---|
| io.prestosql.memory | |
| io.prestosql.operator |
| Modifier and Type | Method and Description |
|---|---|
R |
QueryContextVisitor.visitPipelineContext(PipelineContext pipelineContext,
C visitContext) |
R |
TraversingQueryContextVisitor.visitPipelineContext(PipelineContext pipelineContext,
C visitContext) |
| Modifier and Type | Method and Description |
|---|---|
PipelineContext |
TaskContext.addPipelineContext(int pipelineId,
boolean inputPipeline,
boolean outputPipeline,
boolean partitioned) |
PipelineContext |
DriverContext.getPipelineContext() |
| Modifier and Type | Method and Description |
|---|---|
List<PipelineContext> |
TaskContext.getPipelineContexts() |
| Constructor and Description |
|---|
DriverContext(PipelineContext pipelineContext,
Executor notificationExecutor,
ScheduledExecutorService yieldExecutor,
MemoryTrackingContext driverMemoryContext,
Lifespan lifespan) |
Copyright © 2012–2019. All rights reserved.