Packages

c

org.apache.flink.api.scala.typeutils

ScalaOptionSerializerConfigSnapshot

final class ScalaOptionSerializerConfigSnapshot[E] extends CompositeTypeSerializerConfigSnapshot[Option[E]]

A TypeSerializerConfigSnapshot for the Scala OptionSerializer.

This configuration snapshot class is implemented in Java because Scala does not allow calling different base class constructors from subclasses, while we need that for the default empty constructor.

Deprecated

this snapshot class is no longer in use, and is maintained only for backwards compatibility. It is fully replaced by ScalaOptionSerializerSnapshot.

Linear Supertypes
CompositeTypeSerializerConfigSnapshot[Option[E]], TypeSerializerConfigSnapshot[Option[E]], TypeSerializerSnapshot[Option[E]], VersionedIOReadableWritable, Versioned, IOReadableWritable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaOptionSerializerConfigSnapshot
  2. CompositeTypeSerializerConfigSnapshot
  3. TypeSerializerConfigSnapshot
  4. TypeSerializerSnapshot
  5. VersionedIOReadableWritable
  6. Versioned
  7. IOReadableWritable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaOptionSerializerConfigSnapshot(elementSerializer: TypeSerializer[E])
  2. new ScalaOptionSerializerConfigSnapshot()

    Deprecated

    this snapshot class is no longer in use, and is maintained only for backwards compatibility. It is fully replaced by ScalaOptionSerializerSnapshot.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    CompositeTypeSerializerConfigSnapshot → AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def getCompatibleVersions(): Array[Int]
    Definition Classes
    VersionedIOReadableWritable
  11. final def getCurrentVersion(): Int
    Definition Classes
    TypeSerializerConfigSnapshot → TypeSerializerSnapshot
  12. def getNestedSerializerSnapshots(): Array[TypeSerializerSnapshot[_]]
    Definition Classes
    CompositeTypeSerializerConfigSnapshot
  13. def getNestedSerializersAndConfigs(): List[Tuple2[TypeSerializer[_], TypeSerializerSnapshot[_]]]
    Definition Classes
    CompositeTypeSerializerConfigSnapshot
  14. def getReadVersion(): Int
    Definition Classes
    VersionedIOReadableWritable
  15. def getSingleNestedSerializerAndConfig(): Tuple2[TypeSerializer[_], TypeSerializerSnapshot[_]]
    Definition Classes
    CompositeTypeSerializerConfigSnapshot
  16. final def getUserCodeClassLoader(): ClassLoader
    Definition Classes
    TypeSerializerConfigSnapshot
  17. def getVersion(): Int
    Definition Classes
    ScalaOptionSerializerConfigSnapshot → Versioned
  18. def hashCode(): Int
    Definition Classes
    CompositeTypeSerializerConfigSnapshot → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def read(arg0: DataInputView): Unit
    Definition Classes
    CompositeTypeSerializerConfigSnapshot → VersionedIOReadableWritable → IOReadableWritable
    Annotations
    @throws( classOf[java.io.IOException] )
  24. final def readSnapshot(arg0: Int, arg1: DataInputView, arg2: ClassLoader): Unit
    Definition Classes
    TypeSerializerConfigSnapshot → TypeSerializerSnapshot
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def resolveSchemaCompatibility(newSerializer: TypeSerializer[Option[E]]): TypeSerializerSchemaCompatibility[Option[E]]
    Definition Classes
    ScalaOptionSerializerConfigSnapshot → TypeSerializerConfigSnapshot → TypeSerializerSnapshot
  26. final def restoreSerializer(): TypeSerializer[Option[E]]
    Definition Classes
    TypeSerializerConfigSnapshot → TypeSerializerSnapshot
  27. final def setPriorSerializer(arg0: TypeSerializer[Option[E]]): Unit
    Definition Classes
    TypeSerializerConfigSnapshot
  28. final def setUserCodeClassLoader(arg0: ClassLoader): Unit
    Definition Classes
    TypeSerializerConfigSnapshot
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. def write(arg0: DataOutputView): Unit
    Definition Classes
    CompositeTypeSerializerConfigSnapshot → VersionedIOReadableWritable → IOReadableWritable
    Annotations
    @throws( classOf[java.io.IOException] )
  35. final def writeSnapshot(arg0: DataOutputView): Unit
    Definition Classes
    TypeSerializerConfigSnapshot → TypeSerializerSnapshot
    Annotations
    @throws( classOf[java.io.IOException] )

Inherited from CompositeTypeSerializerConfigSnapshot[Option[E]]

Inherited from TypeSerializerConfigSnapshot[Option[E]]

Inherited from TypeSerializerSnapshot[Option[E]]

Inherited from VersionedIOReadableWritable

Inherited from Versioned

Inherited from IOReadableWritable

Inherited from AnyRef

Inherited from Any

Ungrouped