public class ConcatenatedMergedKeyValuesInput.ConcatenatedMergedKeyValuesReader extends KeyValuesReader
completedProcessing| Constructor and Description |
|---|
ConcatenatedMergedKeyValuesReader() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCurrentKey()
Returns the current key
|
Iterable<Object> |
getCurrentValues()
Returns an Iterable view of the values associated with the current key
|
float |
getProgress() |
boolean |
next()
Moves to the next key/values(s) pair
|
hasCompletedProcessingpublic boolean next()
throws IOException
KeyValuesReadernext in class KeyValuesReaderIOException - if an error occurspublic Object getCurrentKey() throws IOException
KeyValuesReadergetCurrentKey in class KeyValuesReaderIOExceptionpublic Iterable<Object> getCurrentValues() throws IOException
KeyValuesReadergetCurrentValues in class KeyValuesReaderIOExceptionpublic float getProgress()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.