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