public class KeyValuesInputMerger
extends org.apache.tez.runtime.library.api.KeyValuesReader
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
l4j |
| Constructor and Description |
|---|
KeyValuesInputMerger(List<? extends org.apache.tez.runtime.api.Input> shuffleInputs) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCurrentKey() |
Iterable<Object> |
getCurrentValues() |
boolean |
next() |
public boolean next()
throws IOException
next in class org.apache.tez.runtime.library.api.KeyValuesReaderIOExceptionpublic Object getCurrentKey() throws IOException
getCurrentKey in class org.apache.tez.runtime.library.api.KeyValuesReaderIOExceptionpublic Iterable<Object> getCurrentValues() throws IOException
getCurrentValues in class org.apache.tez.runtime.library.api.KeyValuesReaderIOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.