Class MapViewSerializerSnapshot<K,V>

java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<MapView<K,V>,MapViewSerializer<K,V>>
org.apache.flink.table.dataview.MapViewSerializerSnapshot<K,V>
Type Parameters:
K - the key type of the map entries.
V - the value type of the map entries.
All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<MapView<K,V>>

@Internal @Deprecated public class MapViewSerializerSnapshot<K,V> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<MapView<K,V>,MapViewSerializer<K,V>>
Deprecated.
A TypeSerializerSnapshot for the MapViewSerializer.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot

    org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Constructor for read instantiation.
    Deprecated.
    Constructor to create the snapshot for writing.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected MapViewSerializer<K,V>
    createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
    Deprecated.
     
    int
    Deprecated.
     
    protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]
    Deprecated.
     

    Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot

    getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MapViewSerializerSnapshot

      public MapViewSerializerSnapshot()
      Deprecated.
      Constructor for read instantiation.
    • MapViewSerializerSnapshot

      public MapViewSerializerSnapshot(MapViewSerializer<K,V> mapViewSerializer)
      Deprecated.
      Constructor to create the snapshot for writing.
  • Method Details

    • getCurrentOuterSnapshotVersion

      public int getCurrentOuterSnapshotVersion()
      Deprecated.
      Specified by:
      getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<MapView<K,V>,MapViewSerializer<K,V>>
    • createOuterSerializerWithNestedSerializers

      protected MapViewSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
      Deprecated.
      Specified by:
      createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<MapView<K,V>,MapViewSerializer<K,V>>
    • getNestedSerializers

      protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(MapViewSerializer<K,V> outerSerializer)
      Deprecated.
      Specified by:
      getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<MapView<K,V>,MapViewSerializer<K,V>>