Packages

c

org.apache.flink.api.scala.typeutils

EnumValueTypeInfo

class EnumValueTypeInfo[E <: Enumeration] extends TypeInformation[typeutils.EnumValueTypeInfo.E.Value] with AtomicType[typeutils.EnumValueTypeInfo.E.Value]

TypeInformation for Enumeration values.

Annotations
@deprecated @Public()
Deprecated

(Since version 1.18.0)

See also

FLIP-265 Deprecate and remove Scala API support

Linear Supertypes
AtomicType[E.Value], TypeInformation[E.Value], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumValueTypeInfo
  2. AtomicType
  3. TypeInformation
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnumValueTypeInfo(enum: E, clazz: Class[E.Value])

    Deprecated

    All Flink Scala APIs are deprecated and will be removed in a future Flink major version. You can still build your application in Scala, but you should move to the Java version of either the DataStream and/or Table API.

Type Members

  1. type T = E.Value

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 canEqual(obj: Any): Boolean
    Definition Classes
    EnumValueTypeInfo → TypeInformation
  6. val clazz: Class[E.Value]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def createComparator(ascOrder: Boolean, config: ExecutionConfig): TypeComparator[T]
    Definition Classes
    EnumValueTypeInfo → AtomicType
    Annotations
    @PublicEvolving()
  9. def createSerializer(executionConfig: ExecutionConfig): TypeSerializer[T]
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  10. def createSerializer(serializerConfig: SerializerConfig): TypeSerializer[T]
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  11. val enum: E
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean
    Definition Classes
    EnumValueTypeInfo → TypeInformation → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getArity(): Int
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getGenericParameters(): Map[String, TypeInformation[_]]
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  18. def getTotalFields(): Int
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  19. def getTypeClass(): Class[E.Value]
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  20. def hashCode(): Int
    Definition Classes
    EnumValueTypeInfo → TypeInformation → AnyRef → Any
  21. def isBasicType(): Boolean
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isKeyType(): Boolean
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  24. def isSortKeyType(): Boolean
    Definition Classes
    TypeInformation
  25. def isTupleType(): Boolean
    Definition Classes
    EnumValueTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    EnumValueTypeInfo → TypeInformation → 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( ... )

Inherited from AtomicType[E.Value]

Inherited from TypeInformation[E.Value]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped