Class

org.apache.flink.api.scala.typeutils

Tuple2CaseClassSerializerSnapshot

Related Doc: package typeutils

Permalink

final class Tuple2CaseClassSerializerSnapshot[T1, T2] extends CompositeTypeSerializerSnapshot[(T1, T2), ScalaCaseClassSerializer[(T1, T2)]]

Linear Supertypes
CompositeTypeSerializerSnapshot[(T1, T2), ScalaCaseClassSerializer[(T1, T2)]], TypeSerializerSnapshot[(T1, T2)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple2CaseClassSerializerSnapshot
  2. CompositeTypeSerializerSnapshot
  3. TypeSerializerSnapshot
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Tuple2CaseClassSerializerSnapshot(tupleClass: Class[(T1, T2)])

    Permalink
  2. new Tuple2CaseClassSerializerSnapshot(serializerInstance: ScalaCaseClassSerializer[(T1, T2)])

    Permalink
  3. new Tuple2CaseClassSerializerSnapshot()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createOuterSerializerWithNestedSerializers(nestedSerializers: Array[TypeSerializer[_]]): ScalaCaseClassSerializer[(T1, T2)]

    Permalink
    Attributes
    protected[org.apache.flink.api.scala.typeutils]
    Definition Classes
    Tuple2CaseClassSerializerSnapshot → CompositeTypeSerializerSnapshot
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getCurrentOuterSnapshotVersion(): Int

    Permalink
    Attributes
    protected[org.apache.flink.api.scala.typeutils]
    Definition Classes
    Tuple2CaseClassSerializerSnapshot → CompositeTypeSerializerSnapshot
  12. final def getCurrentVersion(): Int

    Permalink
    Definition Classes
    CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
  13. def getNestedSerializerSnapshots(): Array[TypeSerializerSnapshot[_]]

    Permalink
    Definition Classes
    CompositeTypeSerializerSnapshot
  14. def getNestedSerializers(outerSerializer: ScalaCaseClassSerializer[(T1, T2)]): Array[TypeSerializer[_]]

    Permalink
    Attributes
    protected[org.apache.flink.api.scala.typeutils]
    Definition Classes
    Tuple2CaseClassSerializerSnapshot → CompositeTypeSerializerSnapshot
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def readOuterSnapshot(readOuterSnapshotVersion: Int, in: DataInputView, userCodeClassLoader: ClassLoader): Unit

    Permalink
    Attributes
    protected[org.apache.flink.api.scala.typeutils]
    Definition Classes
    Tuple2CaseClassSerializerSnapshot → CompositeTypeSerializerSnapshot
  21. final def readSnapshot(arg0: Int, arg1: DataInputView, arg2: ClassLoader): Unit

    Permalink
    Definition Classes
    CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
    Annotations
    @throws( classOf[java.io.IOException] )
  22. def resolveOuterSchemaCompatibility(newSerializer: ScalaCaseClassSerializer[(T1, T2)]): OuterSchemaCompatibility

    Permalink
    Attributes
    protected[org.apache.flink.api.scala.typeutils]
    Definition Classes
    Tuple2CaseClassSerializerSnapshot → CompositeTypeSerializerSnapshot
  23. final def resolveSchemaCompatibility(arg0: TypeSerializer[(T1, T2)]): TypeSerializerSchemaCompatibility[(T1, T2)]

    Permalink
    Definition Classes
    CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
  24. final def restoreSerializer(): TypeSerializer[(T1, T2)]

    Permalink
    Definition Classes
    CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def writeOuterSnapshot(out: DataOutputView): Unit

    Permalink
    Attributes
    protected[org.apache.flink.api.scala.typeutils]
    Definition Classes
    Tuple2CaseClassSerializerSnapshot → CompositeTypeSerializerSnapshot
  31. final def writeSnapshot(arg0: DataOutputView): Unit

    Permalink
    Definition Classes
    CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
    Annotations
    @throws( classOf[java.io.IOException] )

Deprecated Value Members

  1. def isOuterSnapshotCompatible(arg0: ScalaCaseClassSerializer[(T1, T2)]): Boolean

    Permalink
    Attributes
    protected[org.apache.flink.api.common.typeutils]
    Definition Classes
    CompositeTypeSerializerSnapshot
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CompositeTypeSerializerSnapshot[(T1, T2), ScalaCaseClassSerializer[(T1, T2)]]

Inherited from TypeSerializerSnapshot[(T1, T2)]

Inherited from AnyRef

Inherited from Any

Ungrouped