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> |
UnsupportedStateDataViewStore.getStateListView(String stateName,
TypeSerializer<EE> elementSerializer) |
<N,EE> StateListView<N,EE> |
PerWindowStateDataViewStore.getStateListView(String stateName,
TypeSerializer<EE> elementSerializer) |
<N,EE> StateListView<N,EE> |
PerKeyStateDataViewStore.getStateListView(String stateName,
TypeSerializer<EE> elementSerializer) |
<N,EE> StateListView<N,EE> |
StateDataViewStore.getStateListView(String stateName,
TypeSerializer<EE> elementSerializer)
Creates a state list view.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.