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