public static final class StateListView.KeyedStateListView<N,T> extends StateListView<N,T>
StateListView.KeyedStateListView is an default implementation of StateListView whose
underlying representation is a keyed state.StateListView.KeyedStateListView<N,T>, StateListView.NamespacedStateListView<N,T>| Constructor and Description |
|---|
KeyedStateListView(org.apache.flink.api.common.state.ListState<T> listState) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.api.common.state.ListState<T> |
getListState() |
void |
setCurrentNamespace(N namespace)
Sets current namespace for state.
|
add, addAll, clear, get, getList, remove, setListpublic KeyedStateListView(org.apache.flink.api.common.state.ListState<T> listState)
public void setCurrentNamespace(N namespace)
StateDataViewprotected org.apache.flink.api.common.state.ListState<T> getListState()
getListState in class StateListView<N,T>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.