Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.DeclarationContext
-
Packages that use DeclarationContext Package Description org.apache.flink.runtime.asyncprocessing.functions org.apache.flink.runtime.asyncprocessing.operators -
-
Uses of DeclarationContext in org.apache.flink.runtime.asyncprocessing.functions
-
Uses of DeclarationContext in org.apache.flink.runtime.asyncprocessing.operators
Fields in org.apache.flink.runtime.asyncprocessing.operators declared as DeclarationContext Modifier and Type Field Description protected DeclarationContextAbstractAsyncStateUdfStreamOperator. declarationContextConstructors in org.apache.flink.runtime.asyncprocessing.operators with parameters of type DeclarationContext Constructor Description TimestampedCollectorWithDeclaredVariable(Output<StreamRecord<T>> output, DeclarationContext declarationContext)Creates a newTimestampedCollectorWithDeclaredVariablethat wraps the givenOutput.
-