Class Tuple2CaseClassSerializerSnapshot<T1,T2>

java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.Tuple2<T1,T2>,<any>>
org.apache.flink.table.api.typeutils.Tuple2CaseClassSerializerSnapshot<T1,T2>
All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<scala.Tuple2<T1,T2>>

@Internal public final class Tuple2CaseClassSerializerSnapshot<T1,T2> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.Tuple2<T1,T2>,<any>>
TypeSerializerSnapshot for ScalaCaseClassSerializer.
  • 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
     
    Tuple2CaseClassSerializerSnapshot(<any> serializerInstance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <any>
    createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
     
    protected int
     
    protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]
    getNestedSerializers(<any> outerSerializer)
     
    protected void
    readOuterSnapshot(int readOuterSnapshotVersion, org.apache.flink.core.memory.DataInputView in, ClassLoader userCodeClassLoader)
     
    protected org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
    resolveOuterSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<scala.Tuple2<T1,T2>> oldSerializerSnapshot)
     
    protected void
    writeOuterSnapshot(org.apache.flink.core.memory.DataOutputView out)
     

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

    getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readSnapshot, resolveSchemaCompatibility, restoreSerializer, writeSnapshot

    Methods inherited from class java.lang.Object

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

    • Tuple2CaseClassSerializerSnapshot

      public Tuple2CaseClassSerializerSnapshot()
    • Tuple2CaseClassSerializerSnapshot

      public Tuple2CaseClassSerializerSnapshot(<any> serializerInstance)
  • Method Details

    • getCurrentOuterSnapshotVersion

      protected int getCurrentOuterSnapshotVersion()
      Specified by:
      getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.Tuple2<T1,T2>,<any>>
    • getNestedSerializers

      protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(<any> outerSerializer)
      Specified by:
      getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.Tuple2<T1,T2>,<any>>
    • createOuterSerializerWithNestedSerializers

      protected <any> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
      Specified by:
      createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.Tuple2<T1,T2>,<any>>
    • writeOuterSnapshot

      protected void writeOuterSnapshot(org.apache.flink.core.memory.DataOutputView out) throws IOException
      Overrides:
      writeOuterSnapshot in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.Tuple2<T1,T2>,<any>>
      Throws:
      IOException
    • readOuterSnapshot

      protected void readOuterSnapshot(int readOuterSnapshotVersion, org.apache.flink.core.memory.DataInputView in, ClassLoader userCodeClassLoader) throws IOException
      Overrides:
      readOuterSnapshot in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.Tuple2<T1,T2>,<any>>
      Throws:
      IOException
    • resolveOuterSchemaCompatibility

      protected org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility resolveOuterSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<scala.Tuple2<T1,T2>> oldSerializerSnapshot)
      Overrides:
      resolveOuterSchemaCompatibility in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.Tuple2<T1,T2>,<any>>