@Internal public class TupleWrappingCollector<IN,K> extends Object implements org.apache.flink.util.Collector<IN>, Serializable
Tuple2<key, value> pairs for combine method of group reduce with
key selector function.| Constructor and Description |
|---|
TupleWrappingCollector(TupleUnwrappingIterator<IN,K> tui) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
collect(IN record) |
void |
set(org.apache.flink.util.Collector<org.apache.flink.api.java.tuple.Tuple2<K,IN>> wrappedCollector) |
public TupleWrappingCollector(TupleUnwrappingIterator<IN,K> tui)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.