Uses of Interface
org.apache.flink.runtime.asyncprocessing.StateRequestHandler
-
Packages that use StateRequestHandler Package Description org.apache.flink.runtime.asyncprocessing org.apache.flink.runtime.state org.apache.flink.runtime.state.v2 -
-
Uses of StateRequestHandler in org.apache.flink.runtime.asyncprocessing
Classes in org.apache.flink.runtime.asyncprocessing that implement StateRequestHandler Modifier and Type Class Description classAsyncExecutionController<K>The Async Execution Controller (AEC) receives processing requests from operators, and put them into execution according to some strategies.Constructors in org.apache.flink.runtime.asyncprocessing with parameters of type StateRequestHandler Constructor Description AbstractStateIterator(org.apache.flink.api.common.state.v2.State originalState, StateRequestType requestType, StateRequestHandler stateHandler, Collection<T> partialResult) -
Uses of StateRequestHandler in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type StateRequestHandler Modifier and Type Method Description voidAsyncKeyedStateBackend. setup(StateRequestHandler stateRequestHandler)Initializes with some contexts. -
Uses of StateRequestHandler in org.apache.flink.runtime.state.v2
Constructors in org.apache.flink.runtime.state.v2 with parameters of type StateRequestHandler Constructor Description InternalAggregatingState(StateRequestHandler stateRequestHandler, AggregatingStateDescriptor<IN,ACC,OUT> stateDescriptor)Creates a new InternalKeyedState with the given asyncExecutionController and stateDescriptor.InternalKeyedState(StateRequestHandler stateRequestHandler, StateDescriptor<V> stateDescriptor)Creates a new InternalKeyedState with the given asyncExecutionController and stateDescriptor.InternalListState(StateRequestHandler stateRequestHandler, ListStateDescriptor<V> stateDescriptor)InternalMapState(StateRequestHandler stateRequestHandler, MapStateDescriptor<UK,V> stateDescriptor)InternalReducingState(StateRequestHandler stateRequestHandler, ReducingStateDescriptor<V> stateDescriptor)InternalValueState(StateRequestHandler stateRequestHandler, ValueStateDescriptor<V> valueStateDescriptor)
-