T - the type of elementpublic abstract class StateListView<N,T> extends org.apache.flink.table.api.dataview.ListView<T> implements StateDataView<N>
StateListView is a ListView which implemented using state backend.| Modifier and Type | Class and Description |
|---|---|
static class |
StateListView.KeyedStateListView<N,T>
StateListView.KeyedStateListView is an default implementation of StateListView whose
underlying is a keyed state. |
static class |
StateListView.NamespacedStateListView<N,T>
StateListView.NamespacedStateListView is an StateListView whose underlying is a keyed
and namespaced state. |
| Constructor and Description |
|---|
StateListView() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T value) |
void |
addAll(List<T> list) |
void |
clear() |
Iterable<T> |
get() |
protected abstract org.apache.flink.api.common.state.ListState<T> |
getListState() |
boolean |
remove(T value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsetCurrentNamespacepublic void clear()
clear in interface org.apache.flink.table.api.dataview.DataViewclear in class org.apache.flink.table.api.dataview.ListView<T>protected abstract org.apache.flink.api.common.state.ListState<T> getListState()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.