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 StateRequestContainerStateExecutor. createStateRequestContainer()Create aStateRequestContainerwhich 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.
-