Uses of Class
org.apache.flink.runtime.asyncprocessing.StateRequestType
-
Packages that use StateRequestType Package Description org.apache.flink.runtime.asyncprocessing org.apache.flink.runtime.state.v2 -
-
Uses of StateRequestType in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return StateRequestType Modifier and Type Method Description protected StateRequestTypeAbstractStateIterator. getRequestType()StateRequestTypeStateRequest. getRequestType()static StateRequestTypeStateRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static StateRequestType[]StateRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.asyncprocessing with parameters of type StateRequestType Modifier and Type Method Description <IN,OUT>
org.apache.flink.core.asyncprocessing.InternalAsyncFuture<OUT>StateExecutionController. handleRequest(org.apache.flink.api.common.state.v2.State state, StateRequestType type, boolean sync, IN payload, boolean allowOverdraft)Submit aStateRequestto this AsyncExecutionController and trigger it if needed.<IN,OUT>
org.apache.flink.core.asyncprocessing.InternalAsyncFuture<OUT>StateExecutionController. handleRequest(org.apache.flink.api.common.state.v2.State state, StateRequestType type, IN payload)Submit aStateRequestto this AsyncExecutionController and trigger it if needed.<IN,OUT>
org.apache.flink.core.asyncprocessing.InternalAsyncFuture<OUT>StateRequestHandler. handleRequest(org.apache.flink.api.common.state.v2.State state, StateRequestType type, IN payload)Submit aStateRequestto this StateRequestHandler.<IN,OUT>
OUTStateExecutionController. handleRequestSync(org.apache.flink.api.common.state.v2.State state, StateRequestType type, IN payload)<IN,OUT>
OUTStateRequestHandler. handleRequestSync(org.apache.flink.api.common.state.v2.State state, StateRequestType type, IN payload)Submit aStateRequestto this StateRequestHandler, and wait for the response synchronously.Constructors in org.apache.flink.runtime.asyncprocessing with parameters of type StateRequestType Constructor Description AbstractStateIterator(org.apache.flink.api.common.state.v2.State originalState, StateRequestType requestType, StateRequestHandler stateHandler, Collection<T> partialResult)StateRequest(org.apache.flink.api.common.state.v2.State state, StateRequestType type, boolean sync, IN payload, org.apache.flink.core.asyncprocessing.InternalAsyncFuture<OUT> stateFuture, RecordContext<K> context) -
Uses of StateRequestType in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 with parameters of type StateRequestType Modifier and Type Method Description protected <IN,OUT>
org.apache.flink.api.common.state.v2.StateFuture<OUT>AbstractKeyedState. handleRequest(StateRequestType stateRequestType, IN payload)Submit a state request to AEC.protected <IN,OUT>
OUTAbstractKeyedState. handleRequestSync(StateRequestType stateRequestType, IN payload)
-