Uses of Class
org.apache.flink.runtime.asyncprocessing.operators.TimestampedCollectorWithDeclaredVariable
Packages that use TimestampedCollectorWithDeclaredVariable
-
Uses of TimestampedCollectorWithDeclaredVariable in org.apache.flink.runtime.asyncprocessing.operators.windowing
Fields in org.apache.flink.runtime.asyncprocessing.operators.windowing declared as TimestampedCollectorWithDeclaredVariableModifier and TypeFieldDescriptionprotected TimestampedCollectorWithDeclaredVariable<OUT>AsyncWindowOperator.timestampedCollectorThis is given to theInternalWindowFunctionfor emitting elements with a given timestamp.