Uses of Class
org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction.Context
-
Packages that use ProcessWindowFunction.Context Package Description org.apache.flink.streaming.api.functions.windowing org.apache.flink.streaming.runtime.operators.windowing.functions -
-
Uses of ProcessWindowFunction.Context in org.apache.flink.streaming.api.functions.windowing
Subclasses of ProcessWindowFunction.Context in org.apache.flink.streaming.api.functions.windowing Modifier and Type Class Description classInternalProcessApplyWindowContext<IN,OUT,KEY,W extends Window>Internal reusable context wrapper.Methods in org.apache.flink.streaming.api.functions.windowing with parameters of type ProcessWindowFunction.Context Modifier and Type Method Description voidProcessWindowFunction. clear(ProcessWindowFunction.Context context)Deletes any state in theContextwhen the Window expires (the watermark passes itsmaxTimestamp+allowedLateness).voidReduceApplyProcessWindowFunction. clear(ProcessWindowFunction.Context context)abstract voidProcessWindowFunction. process(KEY key, ProcessWindowFunction.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.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.functions Modifier and Type Class Description classInternalProcessWindowContext<IN,OUT,KEY,W extends Window>Internal reusable context wrapper.
-