Class StateMapView.NamespacedStateMapViewWithKeysNotNull<N,​EK,​EV>

  • All Implemented Interfaces:
    org.apache.flink.table.api.dataview.DataView, StateDataView<N>
    Enclosing class:
    StateMapView<N,​EK,​EV>

    public static final class StateMapView.NamespacedStateMapViewWithKeysNotNull<N,​EK,​EV>
    extends StateMapView<N,​EK,​EV>
    A state MapView which supports namespace but does not support nullable keys.
    • Constructor Detail

      • NamespacedStateMapViewWithKeysNotNull

        public NamespacedStateMapViewWithKeysNotNull​(org.apache.flink.runtime.state.internal.InternalMapState<?,​N,​EK,​EV> internalMapState)
    • Method Detail

      • setCurrentNamespace

        public void setCurrentNamespace​(N namespace)
        Description copied from interface: StateDataView
        Sets current namespace for state.
      • getMapState

        protected org.apache.flink.api.common.state.MapState<EK,​EV> getMapState()