Package org.apache.flink.datastream.impl.extension.window.context


package org.apache.flink.datastream.impl.extension.window.context
  • Classes
    Class
    Description
    DefaultOneInputWindowContext<K,IN,W extends org.apache.flink.streaming.api.windowing.windows.Window>
    Default implementation of the OneInputWindowContext.
    DefaultTwoInputWindowContext<K,IN1,IN2,W extends org.apache.flink.streaming.api.windowing.windows.Window>
    Default implementation of the TwoInputWindowContext.
    WindowStateStore<K,W extends org.apache.flink.streaming.api.windowing.windows.Window>
    This class provides methods to store and retrieve state associated with windows in WindowContext.
    WindowTriggerContext<K,IN,W extends org.apache.flink.streaming.api.windowing.windows.Window>
    WindowTriggerContext is a utility for handling Trigger invocations.