Package | Description |
---|---|
org.apache.flink.table.runtime.dataview |
Modifier and Type | Class and Description |
---|---|
static class |
StateMapView.KeyedStateMapViewWithKeysNotNull<N,EK,EV>
A state
MapView which does not support nullable keys and namespace. |
static class |
StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV>
A state
MapView which supports nullable keys but does not support namespace. |
static class |
StateMapView.NamespacedStateMapViewWithKeysNotNull<N,EK,EV>
A state
MapView which supports namespace but does not support nullable keys. |
static class |
StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV>
A state
MapView which supports nullable keys and namespace. |
Modifier and Type | Method and Description |
---|---|
<N,EK,EV> StateMapView<N,EK,EV> |
PerKeyStateDataViewStore.getStateMapView(String stateName,
boolean supportNullKey,
TypeSerializer<EK> keySerializer,
TypeSerializer<EV> valueSerializer) |
<N,EK,EV> StateMapView<N,EK,EV> |
UnsupportedStateDataViewStore.getStateMapView(String stateName,
boolean supportNullKey,
TypeSerializer<EK> keySerializer,
TypeSerializer<EV> valueSerializer) |
<N,EK,EV> StateMapView<N,EK,EV> |
PerWindowStateDataViewStore.getStateMapView(String stateName,
boolean supportNullKey,
TypeSerializer<EK> keySerializer,
TypeSerializer<EV> valueSerializer) |
<N,EK,EV> StateMapView<N,EK,EV> |
StateDataViewStore.getStateMapView(String stateName,
boolean supportNullKey,
TypeSerializer<EK> keySerializer,
TypeSerializer<EV> valueSerializer)
Creates a state map view.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.