| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state.v2 |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> org.apache.flink.api.common.state.v2.ValueState<T> |
DefaultKeyedStateStoreV2.getValueState(ValueStateDescriptor<T> stateProperties) |
<T> org.apache.flink.api.common.state.v2.ValueState<T> |
KeyedStateStoreV2.getValueState(ValueStateDescriptor<T> stateProperties)
Gets a handle to the system's
ValueState. |
| 构造器和说明 |
|---|
InternalValueState(StateRequestHandler stateRequestHandler,
ValueStateDescriptor<V> valueStateDescriptor) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.