Class AsyncWindowOperator.PerWindowStateStore
- java.lang.Object
-
- org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- org.apache.flink.runtime.asyncprocessing.operators.windowing.AsyncWindowOperator.AbstractPerWindowStateStore
-
- org.apache.flink.runtime.asyncprocessing.operators.windowing.AsyncWindowOperator.PerWindowStateStore
-
- All Implemented Interfaces:
org.apache.flink.api.common.state.KeyedStateStore
public class AsyncWindowOperator.PerWindowStateStore extends AsyncWindowOperator.AbstractPerWindowStateStore
Regular per-window state store for use withProcessWindowFunction.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.asyncprocessing.operators.windowing.AsyncWindowOperator.AbstractPerWindowStateStore
window
-
Fields inherited from class org.apache.flink.runtime.state.DefaultKeyedStateStore
asyncKeyedStateBackend, keyedStateBackend, serializerFactory, supportKeyedStateApiSet
-
-
Constructor Summary
Constructors Constructor Description PerWindowStateStore(AsyncKeyedStateBackend<?> keyedStateBackend, org.apache.flink.api.common.ExecutionConfig executionConfig, DeclaredVariable<W> window)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <S extends org.apache.flink.api.common.state.v2.State,SV>
SgetPartitionedState(org.apache.flink.api.common.state.v2.StateDescriptor<SV> stateDescriptor)-
Methods inherited from class org.apache.flink.runtime.state.DefaultKeyedStateStore
getAggregatingState, getAggregatingState, getListState, getListState, getMapState, getMapState, getPartitionedState, getReducingState, getReducingState, getState, getValueState, setSupportKeyedStateApiSetV2
-
-
-
-
Constructor Detail
-
PerWindowStateStore
public PerWindowStateStore(AsyncKeyedStateBackend<?> keyedStateBackend, org.apache.flink.api.common.ExecutionConfig executionConfig, DeclaredVariable<W> window)
-
-
Method Detail
-
getPartitionedState
protected <S extends org.apache.flink.api.common.state.v2.State,SV> S getPartitionedState(org.apache.flink.api.common.state.v2.StateDescriptor<SV> stateDescriptor) throws Exception- Overrides:
getPartitionedStatein classDefaultKeyedStateStore- Throws:
Exception
-
-