Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.DeclarationContext
Packages that use DeclarationContext
Package
Description
-
Uses of DeclarationContext in org.apache.flink.runtime.asyncprocessing.functions
Methods in org.apache.flink.runtime.asyncprocessing.functions with parameters of type DeclarationContextModifier and TypeMethodDescriptionDeclaringAsyncKeyedProcessFunction.declareOnTimer(DeclarationContext context, KeyedProcessFunction<K, I, O>.OnTimerContext ctx, org.apache.flink.util.Collector<O> out) Declare a procedure which is called when a timer set usingTimerServicefires.DeclaringAsyncKeyedProcessFunction.declareProcess(DeclarationContext context, KeyedProcessFunction<K, I, O>.Context ctx, org.apache.flink.util.Collector<O> out) Declare a process for one element from the input stream.voidDeclaringAsyncKeyedProcessFunction.declareVariables(DeclarationContext context) Declaring variables beforeDeclaringAsyncKeyedProcessFunction.declareProcess(org.apache.flink.runtime.asyncprocessing.declare.DeclarationContext, org.apache.flink.streaming.api.functions.KeyedProcessFunction.Context, org.apache.flink.util.Collector<O>)andDeclaringAsyncKeyedProcessFunction.declareOnTimer(org.apache.flink.runtime.asyncprocessing.declare.DeclarationContext, org.apache.flink.streaming.api.functions.KeyedProcessFunction.OnTimerContext, org.apache.flink.util.Collector<O>). -
Uses of DeclarationContext in org.apache.flink.runtime.asyncprocessing.operators
Fields in org.apache.flink.runtime.asyncprocessing.operators declared as DeclarationContextModifier and TypeFieldDescriptionprotected DeclarationContextAbstractAsyncStateUdfStreamOperator.declarationContextConstructors in org.apache.flink.runtime.asyncprocessing.operators with parameters of type DeclarationContextModifierConstructorDescriptionTimestampedCollectorWithDeclaredVariable(Output<StreamRecord<T>> output, DeclarationContext declarationContext) Creates a newTimestampedCollectorWithDeclaredVariablethat wraps the givenOutput.