Uses of Class
org.apache.flink.streaming.api.operators.TimestampedCollector
Packages that use TimestampedCollector
Package
Description
-
Uses of TimestampedCollector in org.apache.flink.streaming.api.operators.co
Methods in org.apache.flink.streaming.api.operators.co that return TimestampedCollectorModifier and TypeMethodDescriptionprotected TimestampedCollector<OUT>CoStreamFlatMap.getCollector()protected TimestampedCollector<OUT>KeyedCoProcessOperator.getCollector()protected TimestampedCollector<OUT>LegacyKeyedCoProcessOperator.getCollector()Deprecated. -
Uses of TimestampedCollector in org.apache.flink.streaming.runtime.operators.windowing
Fields in org.apache.flink.streaming.runtime.operators.windowing declared as TimestampedCollectorModifier and TypeFieldDescriptionprotected TimestampedCollector<OUT>WindowOperator.timestampedCollectorThis is given to theInternalWindowFunctionfor emitting elements with a given timestamp.