| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.asyncprocessing | |
| org.apache.flink.runtime.state.v2 |
| 限定符和类型 | 方法和说明 |
|---|---|
StateRequestType |
StateRequest.getRequestType() |
protected StateRequestType |
AbstractStateIterator.getRequestType() |
static StateRequestType |
StateRequestType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StateRequestType[] |
StateRequestType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
<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. |
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.