Uses of Class
org.apache.flink.table.dataview.MapViewSerializer
-
Packages that use MapViewSerializer Package Description org.apache.flink.table.dataview -
-
Uses of MapViewSerializer in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return MapViewSerializer Modifier and Type Method Description protected 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 MapViewSerializer Modifier and Type Method Description protected 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 MapViewSerializer Constructor Description MapViewSerializerSnapshot(MapViewSerializer<K,V> mapViewSerializer)
Deprecated.Constructor to create the snapshot for writing.
-