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