public class HadoopTupleUnwrappingIterator<KEY,VALUE> extends org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator<VALUE,KEY> implements Serializable
| Constructor and Description |
|---|
HadoopTupleUnwrappingIterator(org.apache.flink.api.common.typeutils.TypeSerializer<KEY> keySerializer) |
| Modifier and Type | Method and Description |
|---|---|
KEY |
getCurrentKey() |
boolean |
hasNext() |
VALUE |
next() |
void |
remove() |
void |
set(Iterator<org.apache.flink.api.java.tuple.Tuple2<KEY,VALUE>> iterator)
Set the Flink iterator to wrap.
|
public HadoopTupleUnwrappingIterator(org.apache.flink.api.common.typeutils.TypeSerializer<KEY> keySerializer)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.