Uses of Class
org.apache.flink.runtime.state.DefaultKeyedStateStore
Packages that use DefaultKeyedStateStore
Package
Description
-
Uses of DefaultKeyedStateStore in org.apache.flink.runtime.asyncprocessing.operators.windowing
Subclasses of DefaultKeyedStateStore in org.apache.flink.runtime.asyncprocessing.operators.windowingModifier and TypeClassDescriptionclassBase class for per-windowKeyedStateStores.classRegular per-window state store for use withProcessWindowFunction. -
Uses of DefaultKeyedStateStore in org.apache.flink.streaming.runtime.operators.windowing
Modifier and TypeClassDescriptionclassBase class for per-windowKeyedStateStores.classSpecialWindowOperator<K,that doesn't allow access to per-window state.IN, ACC, OUT, W extends Window>.AbstractPerWindowStateStore classRegular per-window state store for use withProcessWindowFunction.