Class WindowOperator.AbstractPerWindowStateStore
- java.lang.Object
-
- org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- org.apache.flink.streaming.runtime.operators.windowing.WindowOperator.AbstractPerWindowStateStore
-
- All Implemented Interfaces:
org.apache.flink.api.common.state.KeyedStateStore
- Direct Known Subclasses:
WindowOperator.MergingWindowStateStore,WindowOperator.PerWindowStateStore
public abstract class WindowOperator.AbstractPerWindowStateStore extends org.apache.flink.runtime.state.DefaultKeyedStateStoreBase class for per-windowKeyedStateStores. Used to allow per-window state access forProcessWindowFunction.
-
-
Constructor Summary
Constructors Constructor Description AbstractPerWindowStateStore(org.apache.flink.runtime.state.KeyedStateBackend<?> keyedStateBackend, org.apache.flink.api.common.ExecutionConfig executionConfig)
-