Uses of Class
org.apache.flink.api.common.typeutils.base.MapSerializer
-
Packages that use MapSerializer Package Description org.apache.flink.api.common.typeutils.base org.apache.flink.runtime.state -
-
Uses of MapSerializer in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return MapSerializer Modifier and Type Method Description protected MapSerializer<K,V>
MapSerializerSnapshot. createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Methods in org.apache.flink.api.common.typeutils.base with parameters of type MapSerializer Modifier and Type Method Description protected TypeSerializer<?>[]
MapSerializerSnapshot. getNestedSerializers(MapSerializer<K,V> outerSerializer)
Constructors in org.apache.flink.api.common.typeutils.base with parameters of type MapSerializer Constructor Description MapSerializerSnapshot(MapSerializer<K,V> mapSerializer)
Constructor to create the snapshot for writing. -
Uses of MapSerializer in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return MapSerializer Modifier and Type Method Description MapSerializer<K,V>
HeapBroadcastState. getInternalMapCopySerializer()
-