Uses of Class
org.apache.flink.table.api.dataview.MapView
Packages that use MapView
-
Uses of MapView in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return MapViewModifier and TypeMethodDescriptionDeprecated.Deprecated.MapViewSerializer.createInstance()Deprecated.MapViewSerializer.deserialize(org.apache.flink.core.memory.DataInputView source) Deprecated.MapViewSerializer.deserialize(MapView<K, V> reuse, org.apache.flink.core.memory.DataInputView source) Deprecated.Methods in org.apache.flink.table.dataview that return types with arguments of type MapViewModifier and TypeMethodDescriptionMapViewTypeInfo.createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config) Deprecated.MapViewSerializer.duplicate()Deprecated.MapViewTypeInfo.getTypeClass()Deprecated.MapViewSerializer.snapshotConfiguration()Deprecated.MapViewSerializer.transformLegacySerializerSnapshot(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<U> legacySnapshot) Deprecated.We need to override this as aLegacySerializerSnapshotTransformerbecause in Flink 1.6.x and below, this serializer was incorrectly returning directly the snapshot of the nested map serializer as its own snapshot.Methods in org.apache.flink.table.dataview with parameters of type MapView