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.| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 构造器和说明 |
|---|
StateListView() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
setCurrentNamespacepublic void setList(List<EE> list)
setList 在类中 org.apache.flink.table.api.dataview.ListView<EE>public void clear()
clear 在接口中 org.apache.flink.table.api.dataview.DataViewclear 在类中 org.apache.flink.table.api.dataview.ListView<EE>protected abstract org.apache.flink.api.common.state.ListState<EE> getListState()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.