Packages

c

org.apache.flink.api.scala.typeutils

CaseClassTypeInfo

abstract class CaseClassTypeInfo[T <: Product] extends TupleTypeInfoBase[T]

TypeInformation for Case Classes. Creation and access is different from our Java Tuples so we have to treat them differently.

Annotations
@deprecated @Public()
Deprecated

(Since version 1.18.0)

See also

FLIP-265 Deprecate and remove Scala API support

Linear Supertypes
TupleTypeInfoBase[T], CompositeType[T], TypeInformation[T], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CaseClassTypeInfo
  2. TupleTypeInfoBase
  3. CompositeType
  4. TypeInformation
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CaseClassTypeInfo(clazz: Class[T], typeParamTypeInfos: Array[TypeInformation[_]], fieldTypes: Seq[TypeInformation[_]], fieldNames: Seq[String])

    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.

Abstract Value Members

  1. abstract def createSerializer(arg0: ExecutionConfig): TypeSerializer[T]
    Definition Classes
    TypeInformation
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Concrete 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
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def createComparator(arg0: Array[Int], arg1: Array[Boolean], arg2: Int, arg3: ExecutionConfig): TypeComparator[T]
    Definition Classes
    CompositeType
  8. def createSerializer(arg0: SerializerConfig): TypeSerializer[T]
    Definition Classes
    TypeInformation
  9. def createTypeComparatorBuilder(): TypeComparatorBuilder[T]
    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  12. val fieldNames: Seq[String]
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getArity(): Int
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getFieldIndex(fieldName: String): Int
    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  17. def getFieldIndices(fields: Array[String]): Array[Int]
    Annotations
    @PublicEvolving()
  18. def getFieldNames(): Array[String]
    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  19. def getFieldTypes(): Array[TypeInformation[_]]
    Definition Classes
    TupleTypeInfoBase
  20. def getFlatFields(fieldExpression: String, offset: Int, result: List[FlatFieldDescriptor]): Unit
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType
    Annotations
    @PublicEvolving()
  21. def getFlatFields(arg0: String): List[FlatFieldDescriptor]
    Definition Classes
    CompositeType
  22. def getGenericParameters(): Map[String, TypeInformation[_]]
    Definition Classes
    CaseClassTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  23. def getTotalFields(): Int
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  24. def getTypeAt[X](fieldExpression: String): TypeInformation[X]
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType
    Annotations
    @PublicEvolving()
  25. def getTypeAt[X](arg0: Int): TypeInformation[X]
    Definition Classes
    TupleTypeInfoBase → CompositeType
  26. def getTypeClass(): Class[T]
    Definition Classes
    CompositeType → TypeInformation
  27. def hasDeterministicFieldOrder(): Boolean
    Definition Classes
    TupleTypeInfoBase → CompositeType
  28. def hasField(arg0: String): Boolean
    Definition Classes
    CompositeType
  29. def hashCode(): Int
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  30. def isBasicType(): Boolean
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  31. def isCaseClass(): Boolean
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isKeyType(): Boolean
    Definition Classes
    CompositeType → TypeInformation
  34. def isSortKeyType(): Boolean
    Definition Classes
    CompositeType → TypeInformation
  35. def isTupleType(): Boolean
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  41. val typeParamTypeInfos: Array[TypeInformation[_]]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from TupleTypeInfoBase[T]

Inherited from CompositeType[T]

Inherited from TypeInformation[T]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped