Class ListCollector<T>
- java.lang.Object
-
- org.apache.flink.api.common.functions.util.ListCollector<T>
-
-
Constructor Summary
Constructors Constructor Description ListCollector(List<T> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Closes the collector.voidcollect(T record)Emits a record.
-