| Package | Description |
|---|---|
| org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
| Modifier and Type | Method | Description |
|---|---|---|
DataOutputBuffer |
SequenceFile.Sorter.RawKeyValueIterator.getKey() |
Gets the current raw key.
|
DataOutputBuffer |
SequenceFile.Sorter.SegmentDescriptor.getKey() |
|
DataOutputBuffer |
DataOutputBuffer.reset() |
Resets the buffer to empty.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
SequenceFile.Reader.nextRaw(DataOutputBuffer key,
SequenceFile.ValueBytes val) |
Read 'raw' records.
|
int |
SequenceFile.Reader.nextRawKey(DataOutputBuffer key) |
Read 'raw' keys.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.