Uses of Interface
org.apache.flink.table.runtime.dataview.StateDataView
-
Packages that use StateDataView Package Description org.apache.flink.table.runtime.dataview -
-
Uses of StateDataView in org.apache.flink.table.runtime.dataview
Classes in org.apache.flink.table.runtime.dataview that implement StateDataView Modifier and Type Class Description class
StateListView<N,EE>
StateListView
is aListView
which is implemented using state backends.static class
StateListView.KeyedStateListView<N,T>
StateListView.KeyedStateListView
is an default implementation ofStateListView
whose underlying representation is a keyed state.static class
StateListView.NamespacedStateListView<N,T>
StateListView.NamespacedStateListView
is anStateListView
whose underlying representation is a keyed and namespaced state.class
StateMapView<N,EK,EV>
MapView
which is implemented using state backends.static class
StateMapView.KeyedStateMapViewWithKeysNotNull<N,EK,EV>
A stateMapView
which does not support nullable keys and namespace.static class
StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV>
A stateMapView
which supports nullable keys but does not support namespace.static class
StateMapView.NamespacedStateMapViewWithKeysNotNull<N,EK,EV>
A stateMapView
which supports namespace but does not support nullable keys.static class
StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV>
A stateMapView
which supports nullable keys and namespace.
-