K - The type of key the state is associated toN - The type of the namespaceUK - Type of the values folded into the stateUV - Type of the value in the statepublic interface InternalMapState<K,N,UK,UV> extends InternalKvState<K,N,Map<UK,UV>>, org.apache.flink.api.common.state.MapState<UK,UV>
MapState in the internal state type hierarchy.
See InternalKvState for a description of the internal state hierarchy.
getKeySerializer, getNamespaceSerializer, getSerializedValue, getValueSerializer, setCurrentNamespaceCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.