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>>
,MapState<UK,UV>
,State
public interface InternalMapState<K,N,UK,UV> extends InternalKvState<K,N,Map<UK,UV>>, MapState<UK,UV>
The peer to theMapState
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, setCurrentNamespace
-
-