Package org.apache.flink.datastream.impl.extension.window.context
-
Class Summary Class Description DefaultOneInputWindowContext<K,IN,W extends org.apache.flink.streaming.api.windowing.windows.Window> Default implementation of theOneInputWindowContext.DefaultTwoInputWindowContext<K,IN1,IN2,W extends org.apache.flink.streaming.api.windowing.windows.Window> Default implementation of theTwoInputWindowContext.WindowStateStore<K,W extends org.apache.flink.streaming.api.windowing.windows.Window> This class provides methods to store and retrieve state associated with windows inWindowContext.WindowTriggerContext<K,IN,W extends org.apache.flink.streaming.api.windowing.windows.Window> WindowTriggerContextis a utility for handlingTriggerinvocations.