c

org.apache.flinkx.api.typeinfo

EitherTypeInfo

class EitherTypeInfo[A, B, T <: Either[A, B]] extends TypeInformation[T]

TypeInformation Either.

Annotations
@Public()
Linear Supertypes
TypeInformation[T], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EitherTypeInfo
  2. TypeInformation
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EitherTypeInfo(clazz: Class[T], leftTypeInfo: TypeInformation[A], rightTypeInfo: TypeInformation[B])

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
    EitherTypeInfo → TypeInformation
  6. val clazz: Class[T]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def createSerializer(executionConfig: ExecutionConfig): TypeSerializer[T]
    Definition Classes
    EitherTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    EitherTypeInfo → TypeInformation → AnyRef → Any
  11. def getArity(): Int
    Definition Classes
    EitherTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getGenericParameters(): Map[String, TypeInformation[_]]
    Definition Classes
    EitherTypeInfo → TypeInformation
    Annotations
    @PublicEvolving() @nowarn()
  14. def getTotalFields(): Int
    Definition Classes
    EitherTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  15. def getTypeClass(): Class[T]
    Definition Classes
    EitherTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  16. def hashCode(): Int
    Definition Classes
    EitherTypeInfo → TypeInformation → AnyRef → Any
  17. def isBasicType(): Boolean
    Definition Classes
    EitherTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isKeyType(): Boolean
    Definition Classes
    EitherTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  20. def isSortKeyType(): Boolean
    Definition Classes
    TypeInformation
  21. def isTupleType(): Boolean
    Definition Classes
    EitherTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  22. val leftTypeInfo: TypeInformation[A]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val rightTypeInfo: TypeInformation[B]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    EitherTypeInfo → TypeInformation → AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. 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 TypeInformation[T]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped