Class StateListView.KeyedStateListView<N,T>
- java.lang.Object
-
- org.apache.flink.table.api.dataview.ListView<EE>
-
- org.apache.flink.table.runtime.dataview.StateListView<N,T>
-
- org.apache.flink.table.runtime.dataview.StateListView.KeyedStateListView<N,T>
-
- All Implemented Interfaces:
org.apache.flink.table.api.dataview.DataView,StateDataView<N>
- Enclosing class:
- StateListView<N,EE>
public static final class StateListView.KeyedStateListView<N,T> extends StateListView<N,T>
StateListView.KeyedStateListViewis an default implementation ofStateListViewwhose underlying representation is a keyed state.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.table.runtime.dataview.StateListView
StateListView.KeyedStateListView<N,T>, StateListView.NamespacedStateListView<N,T>
-
-
Constructor Summary
Constructors Constructor Description KeyedStateListView(org.apache.flink.api.common.state.ListState<T> listState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.flink.api.common.state.ListState<T>getListState()voidsetCurrentNamespace(N namespace)Sets current namespace for state.-
Methods inherited from class org.apache.flink.table.runtime.dataview.StateListView
add, addAll, clear, get, getList, remove, setList
-
-
-
-
Constructor Detail
-
KeyedStateListView
public KeyedStateListView(org.apache.flink.api.common.state.ListState<T> listState)
-
-
Method Detail
-
setCurrentNamespace
public void setCurrentNamespace(N namespace)
Description copied from interface:StateDataViewSets current namespace for state.
-
getListState
protected org.apache.flink.api.common.state.ListState<T> getListState()
- Specified by:
getListStatein classStateListView<N,T>
-
-