Uses of Class
org.apache.flink.runtime.asyncprocessing.StateRequest
Packages that use StateRequest
-
Uses of StateRequest in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing with parameters of type StateRequestModifier and TypeMethodDescriptionvoidStateExecutor.executeRequestSync(StateRequest<?, ?, ?, ?> stateRequest) Execute a single state request *synchronously*.voidStateRequestContainer.offer(StateRequest<?, ?, ?, ?> stateRequest) Preserve a stateRequest into theStateRequestContainer.