@Internal public class Tuple3WrappingCollector<IN,K1,K2> extends Object implements org.apache.flink.util.Collector<IN>, Serializable
Tuple3<groupKey, sortKey, value> for combine method of group
reduce with key selector sorting.| Constructor and Description |
|---|
Tuple3WrappingCollector(Tuple3UnwrappingIterator<IN,K1,K2> 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.Tuple3<K1,K2,IN>> wrappedCollector) |
public Tuple3WrappingCollector(Tuple3UnwrappingIterator<IN,K1,K2> tui)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.