Interface InternalMapState<K,N,UK,UV>
- Type Parameters:
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 state
- All Superinterfaces:
InternalKvState<K,,N, Map<UK, UV>> org.apache.flink.api.common.state.MapState<UK,,UV> org.apache.flink.api.common.state.State
public interface InternalMapState<K,N,UK,UV>
extends InternalKvState<K,N,Map<UK,UV>>, org.apache.flink.api.common.state.MapState<UK,UV>
The peer to the
MapState in the internal state type hierarchy.
See InternalKvState for a description of the internal state hierarchy.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.internal.InternalKvState
InternalKvState.StateIncrementalVisitor<K,N, V> -
Method Summary
Methods inherited from interface org.apache.flink.runtime.state.internal.InternalKvState
getKeySerializer, getNamespaceSerializer, getSerializedValue, getStateIncrementalVisitor, getValueSerializer, setCurrentNamespaceMethods inherited from interface org.apache.flink.api.common.state.MapState
contains, entries, get, isEmpty, iterator, keys, put, putAll, remove, valuesMethods inherited from interface org.apache.flink.api.common.state.State
clear