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 -
-
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> AsyncKeyedStateBackendStateBackend. createAsyncKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K> parameters)Creates a newAsyncKeyedStateBackendwhich 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)
-