Uses of Interface
org.apache.flink.runtime.state.AsyncKeyedStateBackend
-
Packages that use AsyncKeyedStateBackend Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.v2 org.apache.flink.runtime.state.v2.adaptor org.apache.flink.streaming.api.operators -
-
Uses of AsyncKeyedStateBackend in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return AsyncKeyedStateBackend Modifier and Type Method Description default <K> AsyncKeyedStateBackend<K>
StateBackend. createAsyncKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K> parameters)
Creates a newAsyncKeyedStateBackend
which supports to access keyed state asynchronously. -
Uses of AsyncKeyedStateBackend in org.apache.flink.runtime.state.v2
Constructors in org.apache.flink.runtime.state.v2 with parameters of type AsyncKeyedStateBackend Constructor Description DefaultKeyedStateStoreV2(AsyncKeyedStateBackend asyncKeyedStateBackend)
-
Uses of AsyncKeyedStateBackend in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement AsyncKeyedStateBackend Modifier and Type Class Description class
AsyncKeyedStateBackendAdaptor<K>
A adaptor that transformsKeyedStateBackend
intoAsyncKeyedStateBackend
. -
Uses of AsyncKeyedStateBackend in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return AsyncKeyedStateBackend Modifier and Type Method Description AsyncKeyedStateBackend
StreamOperatorStateContext. asyncKeyedStateBackend()
Returns the async keyed state backend for the stream operator.AsyncKeyedStateBackend
StreamOperatorStateHandler. getAsyncKeyedStateBackend()
-