public class SecondarySortKeyValuesReader extends org.apache.tez.runtime.library.api.KeyValuesReader
| Constructor and Description |
|---|
SecondarySortKeyValuesReader(org.apache.tez.runtime.library.api.KeyValuesReader parent,
java.util.Comparator<cascading.tuple.Tuple> groupComparator) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
advance() |
java.lang.Object |
getCurrentKey() |
java.lang.Iterable<java.lang.Object> |
getCurrentValues() |
boolean |
next() |
public SecondarySortKeyValuesReader(org.apache.tez.runtime.library.api.KeyValuesReader parent, java.util.Comparator<cascading.tuple.Tuple> groupComparator)
public boolean next() throws java.io.IOException
next in class org.apache.tez.runtime.library.api.KeyValuesReaderjava.io.IOExceptionprotected boolean advance() throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object getCurrentKey() throws java.io.IOException
getCurrentKey in class org.apache.tez.runtime.library.api.KeyValuesReaderjava.io.IOExceptionpublic java.lang.Iterable<java.lang.Object> getCurrentValues() throws java.io.IOException
getCurrentValues in class org.apache.tez.runtime.library.api.KeyValuesReaderjava.io.IOExceptionCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.