public class Tuple3WrappingCollector<IN,K1,K2> extends Object implements org.apache.flink.util.Collector<IN>, Serializable
| 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<Tuple3<K1,K2,IN>> wrappedCollector) |
public Tuple3WrappingCollector(Tuple3UnwrappingIterator<IN,K1,K2> tui)
public void close()
close in interface org.apache.flink.util.Collector<IN>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.