| Package | Description |
|---|---|
| org.apache.flink.table.runtime.dataview |
| Modifier and Type | Class and Description |
|---|---|
static class |
StateListView.KeyedStateListView<N,T>
StateListView.KeyedStateListView is an default implementation of StateListView whose
underlying representation is a keyed state. |
static class |
StateListView.NamespacedStateListView<N,T>
StateListView.NamespacedStateListView is an StateListView whose underlying representation
is a keyed and namespaced state. |
| Modifier and Type | Method and Description |
|---|---|
<N,EE> StateListView<N,EE> |
PerWindowStateDataViewStore.getStateListView(String stateName,
org.apache.flink.api.common.typeutils.TypeSerializer<EE> elementSerializer) |
<N,EE> StateListView<N,EE> |
UnsupportedStateDataViewStore.getStateListView(String stateName,
org.apache.flink.api.common.typeutils.TypeSerializer<EE> elementSerializer) |
<N,EE> StateListView<N,EE> |
PerKeyStateDataViewStore.getStateListView(String stateName,
org.apache.flink.api.common.typeutils.TypeSerializer<EE> elementSerializer) |
<N,EE> StateListView<N,EE> |
StateDataViewStore.getStateListView(String stateName,
org.apache.flink.api.common.typeutils.TypeSerializer<EE> elementSerializer)
Creates a state list view.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.