Uses of Class
org.apache.flink.runtime.state.DefaultKeyedStateStore
-
Packages that use DefaultKeyedStateStore Package Description org.apache.flink.runtime.asyncprocessing.operators.windowing org.apache.flink.streaming.runtime.operators.windowing -
-
Uses of DefaultKeyedStateStore in org.apache.flink.runtime.asyncprocessing.operators.windowing
Subclasses of DefaultKeyedStateStore in org.apache.flink.runtime.asyncprocessing.operators.windowing Modifier and Type Class Description class
AsyncWindowOperator.AbstractPerWindowStateStore
Base class for per-windowKeyedStateStores
.class
AsyncWindowOperator.PerWindowStateStore
Regular per-window state store for use withProcessWindowFunction
. -
Uses of DefaultKeyedStateStore in org.apache.flink.streaming.runtime.operators.windowing
Subclasses of DefaultKeyedStateStore in org.apache.flink.streaming.runtime.operators.windowing Modifier and Type Class Description class
WindowOperator.AbstractPerWindowStateStore
Base class for per-windowKeyedStateStores
.class
WindowOperator.MergingWindowStateStore
SpecialWindowOperator.AbstractPerWindowStateStore
that doesn't allow access to per-window state.class
WindowOperator.PerWindowStateStore
Regular per-window state store for use withProcessWindowFunction
.
-