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 DeclarationContext
AbstractAsyncStateUdfStreamOperator. declarationContext
Constructors in org.apache.flink.runtime.asyncprocessing.operators with parameters of type DeclarationContext Constructor Description TimestampedCollectorWithDeclaredVariable(Output<StreamRecord<T>> output, DeclarationContext declarationContext)
Creates a newTimestampedCollectorWithDeclaredVariable
that wraps the givenOutput
.
-