| Package | Description |
|---|---|
| io.prestosql.execution.buffer |
| Modifier and Type | Method and Description |
|---|---|
OutputBuffers.BufferType |
OutputBuffers.getType() |
static OutputBuffers.BufferType |
OutputBuffers.BufferType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputBuffers.BufferType[] |
OutputBuffers.BufferType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputBuffers |
OutputBuffers.createInitialEmptyOutputBuffers(OutputBuffers.BufferType type) |
| Constructor and Description |
|---|
OutputBuffers(OutputBuffers.BufferType type,
long version,
boolean noMoreBufferIds,
Map<OutputBuffers.OutputBufferId,Integer> buffers) |
Copyright © 2012–2019. All rights reserved.