Interface StateDataView<N>
-
- All Superinterfaces:
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 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.
-
-