public static final class StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV> extends StateMapView<N,EK,EV>
MapView which supports 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 |
|---|
NamespacedStateMapViewWithKeysNullable(org.apache.flink.runtime.state.internal.InternalMapState<?,N,EK,EV> internalMapState,
org.apache.flink.runtime.state.internal.InternalValueState<?,N,EV> internalNullState) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.api.common.state.MapState<EK,EV> |
getMapState() |
protected org.apache.flink.api.common.state.ValueState<EV> |
getNullState() |
void |
setCurrentNamespace(N namespace)
Sets current namespace for state.
|
getMap, setMappublic void setCurrentNamespace(N namespace)
StateDataViewprotected org.apache.flink.api.common.state.ValueState<EV> getNullState()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.