| Package | Description |
|---|---|
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Constructor and Description |
|---|
InternalListState(StateRequestHandler stateRequestHandler,
ListStateDescriptor<V> stateDescriptor) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.