Class WindowOperator.PerWindowStateStore

java.lang.Object
org.apache.flink.runtime.state.DefaultKeyedStateStore
WindowOperator<K,IN,ACC,OUT,W>.AbstractPerWindowStateStore
org.apache.flink.streaming.runtime.operators.windowing.WindowOperator.PerWindowStateStore
All Implemented Interfaces:
org.apache.flink.api.common.state.KeyedStateStore
Enclosing class:
WindowOperator<K,IN,ACC,OUT,W extends Window>

public class WindowOperator.PerWindowStateStore extends WindowOperator<K,IN,ACC,OUT,W>.AbstractPerWindowStateStore
Regular per-window state store for use with ProcessWindowFunction.
  • Constructor Details

    • PerWindowStateStore

      public PerWindowStateStore(KeyedStateBackend<?> keyedStateBackend, org.apache.flink.api.common.ExecutionConfig executionConfig)
  • Method Details