c

org.apache.flinkx.api.typeinfo

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
@Public()
Linear Supertypes
TupleTypeInfoBase[T], CompositeType[T], TypeInformation[T], Serializable, AnyRef, Any
Known Subclasses
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])

Abstract Value Members

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

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from TupleTypeInfoBase[T]

Inherited from CompositeType[T]

Inherited from TypeInformation[T]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped