| Package | Description |
|---|---|
| org.apache.flink.runtime.asyncprocessing | |
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Method and Description |
|---|---|
StateRequestType |
StateRequest.getRequestType() |
protected StateRequestType |
AbstractStateIterator.getRequestType() |
static StateRequestType |
StateRequestType.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.
|
| Modifier and Type | Method and Description |
|---|---|
<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 a
StateRequest to 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 a
StateRequest to this StateRequestHandler. |
| Constructor and 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,
IN payload,
org.apache.flink.core.state.InternalStateFuture<OUT> stateFuture,
RecordContext<K> context) |
| Modifier and Type | Method and Description |
|---|---|
protected <IN,OUT> org.apache.flink.api.common.state.v2.StateFuture<OUT> |
InternalKeyedState.handleRequest(StateRequestType stateRequestType,
IN payload)
Submit a state request to AEC.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.