public static interface SequenceFile.Sorter.RawKeyValueIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the iterator so that the underlying streams can be closed.
|
org.apache.hadoop.io.DataOutputBuffer |
getKey()
Gets the current raw key.
|
org.apache.hadoop.util.Progress |
getProgress() |
SequenceFile.ValueBytes |
getValue()
Gets the current raw value.
|
boolean |
next()
Sets up the current key and value (for getKey and getValue).
|
org.apache.hadoop.io.DataOutputBuffer getKey()
throws IOException
IOException - raised on errors performing I/O.SequenceFile.ValueBytes getValue() throws IOException
IOException - raised on errors performing I/O.boolean next()
throws IOException
IOException - raised on errors performing I/O.void close()
throws IOException
IOException - raised on errors performing I/O.org.apache.hadoop.util.Progress getProgress()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.