Uses of Interface
org.apache.flink.runtime.asyncprocessing.StateExecutor
-
Packages that use StateExecutor Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.v2.adaptor -
-
Uses of StateExecutor in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateExecutor Modifier and Type Method Description StateExecutorAsyncKeyedStateBackend. createStateExecutor()Creates aStateExecutorwhich supports to execute a batch of state requests asynchronously. -
Uses of StateExecutor in org.apache.flink.runtime.state.v2.adaptor
Methods in org.apache.flink.runtime.state.v2.adaptor that return StateExecutor Modifier and Type Method Description StateExecutorAsyncKeyedStateBackendAdaptor. createStateExecutor()
-