Uses of Class
org.apache.flink.table.dataview.MapViewSerializer
Packages that use MapViewSerializer
-
Uses of MapViewSerializer in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return MapViewSerializerModifier and TypeMethodDescriptionprotected MapViewSerializer<K,V> MapViewSerializerSnapshot.createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated.Methods in org.apache.flink.table.dataview with parameters of type MapViewSerializerModifier and TypeMethodDescriptionprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]MapViewSerializerSnapshot.getNestedSerializers(MapViewSerializer<K, V> outerSerializer) Deprecated.Constructors in org.apache.flink.table.dataview with parameters of type MapViewSerializerModifierConstructorDescriptionMapViewSerializerSnapshot(MapViewSerializer<K, V> mapViewSerializer) Deprecated.Constructor to create the snapshot for writing.