public static final class StateMapView.KeyedStateMapViewWithKeysNotNull<N,EK,EV> extends StateMapView<N,EK,EV>
MapView which does not support nullable keys and namespace.StateMapView.KeyedStateMapViewWithKeysNotNull<N,EK,EV>, StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV>, StateMapView.NamespacedStateMapViewWithKeysNotNull<N,EK,EV>, StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV>| Constructor and Description |
|---|
KeyedStateMapViewWithKeysNotNull(org.apache.flink.api.common.state.MapState<EK,EV> mapState) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.api.common.state.MapState<EK,EV> |
getMapState() |
void |
setCurrentNamespace(N namespace)
Sets current namespace for state.
|
getMap, setMappublic void setCurrentNamespace(N namespace)
StateDataViewCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.