Uses of Interface
org.apache.flink.runtime.asyncprocessing.StateRequestContainer
-
Packages that use StateRequestContainer Package Description org.apache.flink.runtime.asyncprocessing -
-
Uses of StateRequestContainer in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return StateRequestContainer Modifier and Type Method Description StateRequestContainer
StateExecutor. createStateRequestContainer()
Create aStateRequestContainer
which is used to hold the batchedStateRequest
.Methods in org.apache.flink.runtime.asyncprocessing with parameters of type StateRequestContainer Modifier and Type Method Description CompletableFuture<Void>
StateExecutor. executeBatchRequests(StateRequestContainer stateRequestContainer)
Execute a batch of state requests.
-