Uses of Interface
org.apache.flink.streaming.runtime.operators.windowing.functions.InternalWindowFunction.InternalWindowContext
-
-
Uses of InternalWindowFunction.InternalWindowContext in org.apache.flink.streaming.runtime.operators.windowing
Classes in org.apache.flink.streaming.runtime.operators.windowing that implement InternalWindowFunction.InternalWindowContext Modifier and Type Class Description classWindowOperator.WindowContextA utility class for handlingProcessWindowFunctioninvocations. -
Uses of InternalWindowFunction.InternalWindowContext in org.apache.flink.streaming.runtime.operators.windowing.functions
Methods in org.apache.flink.streaming.runtime.operators.windowing.functions with parameters of type InternalWindowFunction.InternalWindowContext Modifier and Type Method Description voidInternalAggregateProcessAllWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalAggregateProcessWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalIterableAllWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalIterableProcessAllWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalIterableProcessWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalIterableWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalSingleValueAllWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalSingleValueProcessAllWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalSingleValueProcessWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalSingleValueWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)voidInternalWindowFunction. clear(W window, InternalWindowFunction.InternalWindowContext context)Deletes any state in theContextwhen the Window expires (the watermark passes itsmaxTimestamp+allowedLateness).voidInternalAggregateProcessAllWindowFunction. process(Byte key, W window, InternalWindowFunction.InternalWindowContext context, Iterable<T> input, org.apache.flink.util.Collector<R> out)voidInternalAggregateProcessWindowFunction. process(K key, W window, InternalWindowFunction.InternalWindowContext context, Iterable<T> input, org.apache.flink.util.Collector<R> out)voidInternalIterableAllWindowFunction. process(Byte key, W window, InternalWindowFunction.InternalWindowContext context, Iterable<IN> input, org.apache.flink.util.Collector<OUT> out)voidInternalIterableProcessAllWindowFunction. process(Byte key, W window, InternalWindowFunction.InternalWindowContext context, Iterable<IN> input, org.apache.flink.util.Collector<OUT> out)voidInternalIterableProcessWindowFunction. process(KEY key, W window, InternalWindowFunction.InternalWindowContext context, Iterable<IN> input, org.apache.flink.util.Collector<OUT> out)voidInternalIterableWindowFunction. process(KEY key, W window, InternalWindowFunction.InternalWindowContext context, Iterable<IN> input, org.apache.flink.util.Collector<OUT> out)voidInternalSingleValueAllWindowFunction. process(Byte key, W window, InternalWindowFunction.InternalWindowContext context, IN input, org.apache.flink.util.Collector<OUT> out)voidInternalSingleValueProcessAllWindowFunction. process(Byte key, W window, InternalWindowFunction.InternalWindowContext context, IN input, org.apache.flink.util.Collector<OUT> out)voidInternalSingleValueProcessWindowFunction. process(KEY key, W window, InternalWindowFunction.InternalWindowContext context, IN input, org.apache.flink.util.Collector<OUT> out)voidInternalSingleValueWindowFunction. process(KEY key, W window, InternalWindowFunction.InternalWindowContext context, IN input, org.apache.flink.util.Collector<OUT> out)voidInternalWindowFunction. process(KEY key, W window, InternalWindowFunction.InternalWindowContext context, IN input, org.apache.flink.util.Collector<OUT> out)Evaluates the window and outputs none or several elements.
-