Uses of Class
org.apache.flink.streaming.api.functions.windowing.ProcessAllWindowFunction.Context
-
Packages that use ProcessAllWindowFunction.Context Package Description org.apache.flink.streaming.api.functions.windowing org.apache.flink.streaming.runtime.operators.windowing.functions -
-
Uses of ProcessAllWindowFunction.Context in org.apache.flink.streaming.api.functions.windowing
Subclasses of ProcessAllWindowFunction.Context in org.apache.flink.streaming.api.functions.windowing Modifier and Type Class Description classInternalProcessApplyAllWindowContext<IN,OUT,W extends Window>Internal reusable context wrapper.Methods in org.apache.flink.streaming.api.functions.windowing with parameters of type ProcessAllWindowFunction.Context Modifier and Type Method Description voidProcessAllWindowFunction. clear(ProcessAllWindowFunction.Context context)Deletes any state in theContextwhen the Window expires (the watermark passes itsmaxTimestamp+allowedLateness).voidReduceApplyProcessAllWindowFunction. clear(ProcessAllWindowFunction.Context context)abstract voidProcessAllWindowFunction. process(ProcessAllWindowFunction.Context context, Iterable<IN> elements, org.apache.flink.util.Collector<OUT> out)Evaluates the window and outputs none or several elements.voidReduceApplyProcessAllWindowFunction. process(ProcessAllWindowFunction.Context context, Iterable<T> input, org.apache.flink.util.Collector<R> out) -
Uses of ProcessAllWindowFunction.Context in org.apache.flink.streaming.runtime.operators.windowing.functions
Subclasses of ProcessAllWindowFunction.Context in org.apache.flink.streaming.runtime.operators.windowing.functions Modifier and Type Class Description classInternalProcessAllWindowContext<IN,OUT,W extends Window>Internal reusable context wrapper.
-