Uses of Class
org.apache.flink.api.common.typeutils.base.MapSerializer
-
Packages that use MapSerializer Package Description org.apache.flink.api.common.typeutils.base -
-
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.
-