Uses of Class
org.apache.flink.streaming.api.datastream.DataStream.Collector
Packages that use DataStream.Collector
-
Uses of DataStream.Collector in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type DataStream.CollectorModifier and TypeMethodDescriptionvoidDataStream.collectAsync(DataStream.Collector<T> collector) Sets up the collection of the elements in thisDataStream, which can be retrieved later via the givenDataStream.Collector.