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