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.| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 构造器和说明 |
|---|
StateListView() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
setCurrentNamespacepublic void clear()
clear 在接口中 org.apache.flink.table.api.dataview.DataViewclear 在类中 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.