Uses of Enum
org.apache.flink.runtime.asyncprocessing.StateRequestType
Packages that use StateRequestType
-
Uses of StateRequestType in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing that return StateRequestTypeModifier and TypeMethodDescriptionprotected StateRequestTypeAbstractStateIterator.getRequestType()StateRequest.getRequestType()static StateRequestTypeReturns 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 StateRequestTypeModifier and TypeMethodDescription<IN,OUT> org.apache.flink.core.state.InternalStateFuture<OUT> AsyncExecutionController.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.state.InternalStateFuture<OUT> AsyncExecutionController.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.state.InternalStateFuture<OUT> StateRequestHandler.handleRequest(org.apache.flink.api.common.state.v2.State state, StateRequestType type, IN payload) Submit aStateRequestto this StateRequestHandler.<IN,OUT> OUT AsyncExecutionController.handleRequestSync(org.apache.flink.api.common.state.v2.State state, StateRequestType type, IN payload) <IN,OUT> OUT StateRequestHandler.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 StateRequestTypeModifierConstructorDescriptionAbstractStateIterator(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.state.InternalStateFuture<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 StateRequestTypeModifier and TypeMethodDescriptionprotected final <IN,OUT> org.apache.flink.api.common.state.v2.StateFuture<OUT> AbstractKeyedState.handleRequest(StateRequestType stateRequestType, IN payload) Submit a state request to AEC.protected final <IN,OUT> OUT AbstractKeyedState.handleRequestSync(StateRequestType stateRequestType, IN payload)