Uses of Class
org.apache.flink.table.runtime.dataview.StateListView
Packages that use StateListView
-
Uses of StateListView in org.apache.flink.table.runtime.dataview
Subclasses of StateListView in org.apache.flink.table.runtime.dataviewModifier and TypeClassDescriptionstatic final classStateListView.KeyedStateListViewis an default implementation ofStateListViewwhose underlying representation is a keyed state.static final classStateListView.NamespacedStateListViewis anStateListViewwhose underlying representation is a keyed and namespaced state.Methods in org.apache.flink.table.runtime.dataview that return StateListViewModifier and TypeMethodDescription<N,EE> StateListView<N, EE> PerKeyStateDataViewStore.getStateListView(String stateName, org.apache.flink.api.common.typeutils.TypeSerializer<EE> elementSerializer) <N,EE> StateListView<N, EE> PerWindowStateDataViewStore.getStateListView(String stateName, org.apache.flink.api.common.typeutils.TypeSerializer<EE> elementSerializer) <N,EE> StateListView<N, EE> StateDataViewStore.getStateListView(String stateName, org.apache.flink.api.common.typeutils.TypeSerializer<EE> elementSerializer) Creates a state list view.<N,EE> StateListView<N, EE> UnsupportedStateDataViewStore.getStateListView(String stateName, org.apache.flink.api.common.typeutils.TypeSerializer<EE> elementSerializer)