Class InternalProcessAllWindowContext<IN,OUT,W extends Window>

java.lang.Object
ProcessAllWindowFunction<IN,OUT,W>.Context
org.apache.flink.streaming.runtime.operators.windowing.functions.InternalProcessAllWindowContext<IN,OUT,W>
Type Parameters:
IN - The type of the input value.
OUT - The type of the output value.
W - The type of the window.

@Internal public class InternalProcessAllWindowContext<IN,OUT,W extends Window> extends ProcessAllWindowFunction<IN,OUT,W>.Context
Internal reusable context wrapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.api.common.state.KeyedStateStore
    State accessor for per-key global state.
    <X> void
    output(org.apache.flink.util.OutputTag<X> outputTag, X value)
    Emits a record to the side output identified by the OutputTag.
     
    org.apache.flink.api.common.state.KeyedStateStore
    State accessor for per-key and per-window state.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait