public class KeyValuesInputMerger
extends org.apache.tez.runtime.library.api.KeyValuesReader
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
l4j |
Constructor and Description |
---|
KeyValuesInputMerger(List<? extends org.apache.tez.runtime.api.Input> shuffleInputs) |
public boolean next() throws IOException
next
in class org.apache.tez.runtime.library.api.KeyValuesReader
IOException
public Object getCurrentKey() throws IOException
getCurrentKey
in class org.apache.tez.runtime.library.api.KeyValuesReader
IOException
public Iterable<Object> getCurrentValues() throws IOException
getCurrentValues
in class org.apache.tez.runtime.library.api.KeyValuesReader
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.