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