Packages

object TableJoinComponent extends CustomStreamTransformer with JoinDynamicComponent[FlinkCustomJoinTransformation] with WithExplicitTypesToExtract

Linear Supertypes
WithExplicitTypesToExtract, JoinDynamicComponent[FlinkCustomJoinTransformation], LazyLogging, DynamicComponent[FlinkCustomJoinTransformation], CustomStreamTransformer, AllProcessingModesComponent, Component, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableJoinComponent
  2. WithExplicitTypesToExtract
  3. JoinDynamicComponent
  4. LazyLogging
  5. DynamicComponent
  6. CustomStreamTransformer
  7. AllProcessingModesComponent
  8. Component
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ContextTransformationDefinition = PartialFunction[TransformationStep, TransformationStepResult]
    Definition Classes
    DynamicComponent
  2. type DefinedParameter = BaseDefinedParameter
    Definition Classes
    JoinDynamicComponent → DynamicComponent
  3. case class FinalResults extends TransformationStepResult with Product with Serializable
    Definition Classes
    DynamicComponent
  4. type InputContext = Map[String, ValidationContext]
    Definition Classes
    JoinDynamicComponent → DynamicComponent
  5. case class NextParameters extends TransformationStepResult with Product with Serializable
    Definition Classes
    DynamicComponent
  6. type State = JoinType
    Definition Classes
    TableJoinComponent → DynamicComponent
  7. case class TransformationStep extends Product with Serializable
    Definition Classes
    DynamicComponent
  8. sealed trait TransformationStepResult extends AnyRef
    Definition Classes
    DynamicComponent

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. val BranchTypeParamName: ParameterName
  5. val JoinTypeParamName: ParameterName
  6. val KeyParamName: ParameterName
  7. val OutputParamName: ParameterName
  8. def allowedProcessingModes: AllowedProcessingModes
    Definition Classes
    AllProcessingModesComponent
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def canBeEnding: Boolean
    Definition Classes
    CustomStreamTransformer
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. def contextTransformation(contexts: Map[String, ValidationContext], dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): ContextTransformationDefinition
    Definition Classes
    TableJoinComponent → DynamicComponent
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def fallbackFinalResult(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
    Attributes
    protected
    Definition Classes
    DynamicComponent
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def handleExceptionDuringTransformation(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String], ex: Throwable)(implicit nodeId: NodeId): FinalResults
    Definition Classes
    DynamicComponent
  18. def handleUnmatchedTransformationStep(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
    Definition Classes
    DynamicComponent
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def implementation(params: Params, dependencies: List[NodeDependencyValue], joinTypeState: Option[JoinType]): FlinkCustomJoinTransformation
    Definition Classes
    TableJoinComponent → DynamicComponent
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nodeDependencies: List[NodeDependency]
    Definition Classes
    TableJoinComponent → DynamicComponent
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def prepareFinalResultWithOptionalVariable(inputContext: InputContext, outputVariable: Option[(String, TypingResult)], state: Option[State])(implicit nodeId: NodeId): FinalResults
    Attributes
    protected
    Definition Classes
    DynamicComponent
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def typesToExtract: List[TypedClass]
    Definition Classes
    TableJoinComponent → WithExplicitTypesToExtract
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. object FinalResults extends Serializable
    Definition Classes
    DynamicComponent

Deprecated Value Members

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

    (Since version 9)

Inherited from WithExplicitTypesToExtract

Inherited from JoinDynamicComponent[FlinkCustomJoinTransformation]

Inherited from LazyLogging

Inherited from DynamicComponent[FlinkCustomJoinTransformation]

Inherited from CustomStreamTransformer

Inherited from AllProcessingModesComponent

Inherited from Component

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped