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