N - the type of namespaceMK - the type of MapView keyMV - the type of MapView valuepublic abstract class StateMapView<N,MK,MV> extends org.apache.flink.table.api.dataview.MapView<MK,MV> implements StateDataView<N>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StateMapView.KeyedStateMapViewWithKeysNotNull<N,MK,MV>
A state MapView which do not support nullable keys and namespace.
|
static class |
StateMapView.KeyedStateMapViewWithKeysNullable<N,MK,MV>
A state MapView which support nullable keys, but not support namespace.
|
static class |
StateMapView.NamespacedStateMapViewWithKeysNotNull<N,MK,MV>
A state MapView which support namespace but not support nullable keys.
|
static class |
StateMapView.NamespacedStateMapViewWithKeysNullable<N,MK,MV>
A state MapView which support nullable keys and namespace.
|
| 构造器和说明 |
|---|
StateMapView() |
clear, contains, entries, equals, get, hashCode, isEmpty, iterator, keys, put, putAll, remove, valuessetCurrentNamespaceCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.