- Type Parameters:
K
- The type of key the state is associated to.
N
- The namespace type.
UK
- Type of the keys in the state.
UV
- Type of the values in the state.
- All Superinterfaces:
InternalKeyedState<K,N,UV>
, InternalPartitionedState<N>
, org.apache.flink.api.common.state.v2.MapState<UK,UV>
, org.apache.flink.api.common.state.v2.State
- All Known Implementing Classes:
AbstractMapState
, MapStateAdaptor
@Internal
public interface InternalMapState<K,N,UK,UV>
extends InternalKeyedState<K,N,UV>, org.apache.flink.api.common.state.v2.MapState<UK,UV>
This class defines the internal interface for map state.