Uses of Interface
org.apache.flink.runtime.asyncprocessing.StateRequestContainer
Packages that use StateRequestContainer
-
Uses of StateRequestContainer in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return StateRequestContainerModifier and TypeMethodDescriptionStateExecutor.createStateRequestContainer()Create aStateRequestContainerwhich is used to hold the batchedStateRequest.Methods in org.apache.flink.runtime.asyncprocessing with parameters of type StateRequestContainerModifier and TypeMethodDescriptionStateExecutor.executeBatchRequests(StateRequestContainer stateRequestContainer) Execute a batch of state requests.