Package | Description |
---|---|
org.apache.flink.runtime.state.v2 | |
org.apache.flink.state.forst | |
org.apache.flink.streaming.api.operators |
Modifier and Type | Class and Description |
---|---|
class |
InternalListState<K,N,V>
A default implementation of
ListState which delegates all async requests to StateRequestHandler . |
Modifier and Type | Method and Description |
---|---|
<T> ListState<T> |
DefaultKeyedStateStoreV2.getListState(ListStateDescriptor<T> stateProperties) |
<T> ListState<T> |
KeyedStateStoreV2.getListState(ListStateDescriptor<T> stateProperties)
Gets a handle to the system's key / value list state.
|
Modifier and Type | Class and Description |
---|---|
class |
ForStListState<K,N,V>
The
InternalListState implement for ForStDB. |
Modifier and Type | Method and Description |
---|---|
<T> ListState<T> |
StreamingRuntimeContext.getListState(ListStateDescriptor<T> stateProperties) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.