Packages

class ScalaEnumSerializerConfigSnapshot[E <: Enumeration] extends TypeSerializerConfigSnapshot[EnumValueSerializer.ScalaEnumSerializerConfigSnapshot.E.Value]

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

Instance Constructors

  1. new ScalaEnumSerializerConfigSnapshot(enum: E)
  2. new ScalaEnumSerializerConfigSnapshot()

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. var enumClass: Class[E]
  7. var enumConstants: List[(String, Int)]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    ScalaEnumSerializerConfigSnapshot → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getCompatibleVersions(): Array[Int]
    Definition Classes
    ScalaEnumSerializerConfigSnapshot → VersionedIOReadableWritable
  13. final def getCurrentVersion(): Int
    Definition Classes
    TypeSerializerConfigSnapshot → TypeSerializerSnapshot
  14. def getEnumClass: Class[E]
  15. def getEnumConstants: List[(String, Int)]
  16. def getReadVersion(): Int
    Definition Classes
    VersionedIOReadableWritable
  17. final def getUserCodeClassLoader(): ClassLoader
    Definition Classes
    TypeSerializerConfigSnapshot
  18. def getVersion(): Int
    Definition Classes
    ScalaEnumSerializerConfigSnapshot → Versioned
  19. def hashCode(): Int
    Definition Classes
    ScalaEnumSerializerConfigSnapshot → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def read(in: DataInputView): Unit
    Definition Classes
    ScalaEnumSerializerConfigSnapshot → VersionedIOReadableWritable → IOReadableWritable
  25. final def readSnapshot(arg0: Int, arg1: DataInputView, arg2: ClassLoader): Unit
    Definition Classes
    TypeSerializerConfigSnapshot → TypeSerializerSnapshot
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def resolveSchemaCompatibility(newSerializer: TypeSerializer[E.Value]): TypeSerializerSchemaCompatibility[E.Value]
    Definition Classes
    ScalaEnumSerializerConfigSnapshot → TypeSerializerConfigSnapshot → TypeSerializerSnapshot
  27. final def restoreSerializer(): TypeSerializer[E.Value]
    Definition Classes
    TypeSerializerConfigSnapshot → TypeSerializerSnapshot
  28. final def setPriorSerializer(arg0: TypeSerializer[E.Value]): Unit
    Definition Classes
    TypeSerializerConfigSnapshot
  29. final def setUserCodeClassLoader(arg0: ClassLoader): Unit
    Definition Classes
    TypeSerializerConfigSnapshot
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. def write(out: DataOutputView): Unit
    Definition Classes
    ScalaEnumSerializerConfigSnapshot → VersionedIOReadableWritable → IOReadableWritable
  36. final def writeSnapshot(arg0: DataOutputView): Unit
    Definition Classes
    TypeSerializerConfigSnapshot → TypeSerializerSnapshot
    Annotations
    @throws( classOf[java.io.IOException] )

Inherited from TypeSerializerConfigSnapshot[E.Value]

Inherited from TypeSerializerSnapshot[E.Value]

Inherited from VersionedIOReadableWritable

Inherited from Versioned

Inherited from IOReadableWritable

Inherited from AnyRef

Inherited from Any

Ungrouped