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