Class Tuple3WrappingCollector<IN,K1,K2>
- java.lang.Object
-
- org.apache.flink.api.java.operators.translation.Tuple3WrappingCollector<IN,K1,K2>
-
- All Implemented Interfaces:
Serializable,org.apache.flink.util.Collector<IN>
@Internal public class Tuple3WrappingCollector<IN,K1,K2> extends Object implements org.apache.flink.util.Collector<IN>, Serializable
Needed to wrap tuples toTuple3<groupKey, sortKey, value>for combine method of group reduce with key selector sorting.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Tuple3WrappingCollector(Tuple3UnwrappingIterator<IN,K1,K2> tui)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidcollect(IN record)voidset(org.apache.flink.util.Collector<org.apache.flink.api.java.tuple.Tuple3<K1,K2,IN>> wrappedCollector)
-
-
-
Constructor Detail
-
Tuple3WrappingCollector
public Tuple3WrappingCollector(Tuple3UnwrappingIterator<IN,K1,K2> tui)
-
-