Interface StateDataView<N>
- All Superinterfaces:
org.apache.flink.table.api.dataview.DataView
- All Known Implementing Classes:
StateListView,StateListView.KeyedStateListView,StateListView.NamespacedStateListView,StateMapView,StateMapView.KeyedStateMapViewWithKeysNotNull,StateMapView.KeyedStateMapViewWithKeysNullable,StateMapView.NamespacedStateMapViewWithKeysNotNull,StateMapView.NamespacedStateMapViewWithKeysNullable
@Internal
public interface StateDataView<N>
extends org.apache.flink.table.api.dataview.DataView
A
DataView which is implemented using state backend.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrentNamespace(N namespace) Sets current namespace for state.Methods inherited from interface org.apache.flink.table.api.dataview.DataView
clear
-
Method Details
-
setCurrentNamespace
Sets current namespace for state.
-