| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.execution.buffer |
| Modifier and Type | Method and Description |
|---|---|
static TaskInfo |
TaskInfo.createInitialTask(TaskId taskId,
URI location,
String nodeId,
List<BufferInfo> bufferStates,
TaskStats taskStats) |
| Modifier and Type | Method and Description |
|---|---|
List<BufferInfo> |
OutputBufferInfo.getBuffers() |
| Constructor and Description |
|---|
OutputBufferInfo(String type,
BufferState state,
boolean canAddBuffers,
boolean canAddPages,
long totalBufferedBytes,
long totalBufferedPages,
long totalRowsSent,
long totalPagesSent,
List<BufferInfo> buffers) |
Copyright © 2012–2019. All rights reserved.