Uses of Class
org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction.Context
Packages that use ProcessWindowFunction.Context
Package
Description
-
Uses of ProcessWindowFunction.Context in org.apache.flink.runtime.asyncprocessing.operators.windowing.functions
Subclasses of ProcessWindowFunction.Context in org.apache.flink.runtime.asyncprocessing.operators.windowing.functionsModifier and TypeClassDescriptionclassInternalProcessWindowContext<IN,OUT, KEY, W extends Window> Internal context wrapper for async window operator. -
Uses of ProcessWindowFunction.Context in org.apache.flink.streaming.api.functions.windowing
Modifier and TypeClassDescriptionclassInternalProcessApplyWindowContext<IN,OUT, KEY, W extends Window> Internal reusable context wrapper.Methods in org.apache.flink.streaming.api.functions.windowing with parameters of type ProcessWindowFunction.ContextModifier and TypeMethodDescriptionvoidDeletes any state in theContextwhen the Window expires (the watermark passes itsmaxTimestamp+allowedLateness).voidabstract voidProcessWindowFunction.process(KEY key, ProcessWindowFunction<IN, OUT, KEY, W>.Context context, Iterable<IN> elements, org.apache.flink.util.Collector<OUT> out) Evaluates the window and outputs none or several elements.voidReduceApplyProcessWindowFunction.process(K k, ProcessWindowFunction<T, R, K, W>.Context context, Iterable<T> input, org.apache.flink.util.Collector<R> out) -
Uses of ProcessWindowFunction.Context in org.apache.flink.streaming.runtime.operators.windowing.functions
Subclasses of ProcessWindowFunction.Context in org.apache.flink.streaming.runtime.operators.windowing.functionsModifier and TypeClassDescriptionclassInternalProcessWindowContext<IN,OUT, KEY, W extends Window> Internal reusable context wrapper.