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.DataViewADataViewwhich is implemented using state backend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCurrentNamespace(N namespace)Sets current namespace for state.
-
-
-
Method Detail
-
setCurrentNamespace
void setCurrentNamespace(N namespace)
Sets current namespace for state.
-
-