| Package | Description |
|---|---|
| org.apache.flink.runtime.asyncprocessing | |
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncExecutionController<K>
The Async Execution Controller (AEC) receives processing requests from operators, and put them
into execution according to some strategies.
|
| Constructor and Description |
|---|
AbstractStateIterator(org.apache.flink.api.common.state.v2.State originalState,
StateRequestType requestType,
StateRequestHandler stateHandler,
Collection<T> partialResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncKeyedStateBackend.setup(StateRequestHandler stateRequestHandler)
Initializes with some contexts.
|
| Constructor and 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) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.