| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.execution.buffer |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<BufferResult> |
SqlTask.getTaskResults(OutputBuffers.OutputBufferId bufferId,
long startingSequenceId,
io.airlift.units.DataSize maxSize) |
com.google.common.util.concurrent.ListenableFuture<BufferResult> |
TaskManager.getTaskResults(TaskId taskId,
OutputBuffers.OutputBufferId bufferId,
long startingSequenceId,
io.airlift.units.DataSize maxSize)
Gets results from a task either immediately or in the future.
|
com.google.common.util.concurrent.ListenableFuture<BufferResult> |
SqlTaskManager.getTaskResults(TaskId taskId,
OutputBuffers.OutputBufferId bufferId,
long startingSequenceId,
io.airlift.units.DataSize maxSize) |
| Modifier and Type | Method and Description |
|---|---|
static BufferResult |
BufferResult.emptyResults(String taskInstanceId,
long token,
boolean bufferComplete) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<BufferResult> |
BroadcastOutputBuffer.get(OutputBuffers.OutputBufferId outputBufferId,
long startingSequenceId,
io.airlift.units.DataSize maxSize) |
com.google.common.util.concurrent.ListenableFuture<BufferResult> |
ArbitraryOutputBuffer.get(OutputBuffers.OutputBufferId bufferId,
long startingSequenceId,
io.airlift.units.DataSize maxSize) |
com.google.common.util.concurrent.ListenableFuture<BufferResult> |
LazyOutputBuffer.get(OutputBuffers.OutputBufferId bufferId,
long token,
io.airlift.units.DataSize maxSize) |
com.google.common.util.concurrent.ListenableFuture<BufferResult> |
OutputBuffer.get(OutputBuffers.OutputBufferId bufferId,
long token,
io.airlift.units.DataSize maxSize)
Gets pages from the output buffer, and acknowledges all pages received from the last
request.
|
com.google.common.util.concurrent.ListenableFuture<BufferResult> |
PartitionedOutputBuffer.get(OutputBuffers.OutputBufferId outputBufferId,
long startingSequenceId,
io.airlift.units.DataSize maxSize) |
Copyright © 2012–2019. All rights reserved.