public static final class StateMapView.KeyedStateMapViewWithKeysNullable<N,MK,MV> extends StateMapView<N,MK,MV>
StateMapView.KeyedStateMapViewWithKeysNotNull<N,MK,MV>, StateMapView.KeyedStateMapViewWithKeysNullable<N,MK,MV>, StateMapView.NamespacedStateMapViewWithKeysNotNull<N,MK,MV>, StateMapView.NamespacedStateMapViewWithKeysNullable<N,MK,MV>| 构造器和说明 |
|---|
KeyedStateMapViewWithKeysNullable(org.apache.flink.api.common.state.MapState<MK,MV> mapState,
org.apache.flink.api.common.state.ValueState<MV> nullState) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.apache.flink.api.common.state.MapState<MK,MV> |
getMapState() |
protected org.apache.flink.api.common.state.ValueState<MV> |
getNullState() |
void |
setCurrentNamespace(N namespace)
Sets current namespace for state.
|
public void setCurrentNamespace(N namespace)
StateDataViewprotected org.apache.flink.api.common.state.ValueState<MV> getNullState()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.