EE - the external type of element in the ListView@Internal public abstract class StateListView<N,EE> extends org.apache.flink.table.api.dataview.ListView<EE> implements StateDataView<N>
StateListView is a ListView which is implemented using state backends.| 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. |
| Constructor and Description |
|---|
StateListView() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(EE value) |
void |
addAll(List<EE> list) |
void |
clear() |
Iterable<EE> |
get() |
List<EE> |
getList() |
protected abstract org.apache.flink.api.common.state.ListState<EE> |
getListState() |
boolean |
remove(EE value) |
void |
setList(List<EE> list) |
equals, hashCode, newListViewDataTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsetCurrentNamespacepublic List<EE> getList()
getList in class org.apache.flink.table.api.dataview.ListView<EE>public void setList(List<EE> list)
setList in class org.apache.flink.table.api.dataview.ListView<EE>public void clear()
clear in interface org.apache.flink.table.api.dataview.DataViewclear in class org.apache.flink.table.api.dataview.ListView<EE>protected abstract org.apache.flink.api.common.state.ListState<EE> getListState()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.