| Package | Description |
|---|---|
| org.apache.hadoop.mapred.nativetask.buffer |
| Modifier and Type | Method | Description |
|---|---|---|
BufferType |
InputBuffer.getType() |
|
BufferType |
OutputBuffer.getType() |
|
static BufferType |
BufferType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BufferType[] |
BufferType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
InputBuffer(BufferType type,
int inputSize) |
|
OutputBuffer(BufferType type,
int outputBufferCapacity) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.