public class ConcatenatedMergedKeyValueInput.ConcatenatedMergedKeyValueReader extends KeyValueReader
completedProcessing| Constructor and Description |
|---|
ConcatenatedMergedKeyValueReader() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCurrentKey()
Returns the current key
|
Object |
getCurrentValue()
Returns the current value
|
float |
getProgress() |
boolean |
next()
Moves to the next key/values(s) pair
|
hasCompletedProcessingpublic boolean next()
throws IOException
KeyValueReadernext in class KeyValueReaderIOException - if an error occurspublic Object getCurrentKey() throws IOException
KeyValueReadergetCurrentKey in class KeyValueReaderIOExceptionpublic Object getCurrentValue() throws IOException
KeyValueReadergetCurrentValue in class KeyValueReaderIOExceptionpublic float getProgress()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.