Class/Object

pl.touk.nussknacker.engine.flink.util.transformer.outer

OuterJoinTransformer

Related Docs: object OuterJoinTransformer | package outer

Permalink

class OuterJoinTransformer extends CustomStreamTransformer with JoinGenericNodeTransformation[FlinkCustomJoinTransformation] with ExplicitUidInOperatorsSupport with LazyLogging

Linear Supertypes
LazyLogging, ExplicitUidInOperatorsSupport, JoinGenericNodeTransformation[FlinkCustomJoinTransformation], GenericNodeTransformation[FlinkCustomJoinTransformation], CustomStreamTransformer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OuterJoinTransformer
  2. LazyLogging
  3. ExplicitUidInOperatorsSupport
  4. JoinGenericNodeTransformation
  5. GenericNodeTransformation
  6. CustomStreamTransformer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OuterJoinTransformer(timestampAssigner: Option[TimestampAssigner[TimestampedValue[ValueWithContext[AnyRef]]]])

    Permalink

Type Members

  1. type DefinedParameter = BaseDefinedParameter

    Permalink
    Definition Classes
    JoinGenericNodeTransformation → GenericNodeTransformation
  2. case class FinalResults extends TransformationStepResult with Product with Serializable

    Permalink
    Definition Classes
    GenericNodeTransformation
  3. type InputContext = Map[String, ValidationContext]

    Permalink
    Definition Classes
    JoinGenericNodeTransformation → GenericNodeTransformation
  4. case class NextParameters extends TransformationStepResult with Product with Serializable

    Permalink
    Definition Classes
    GenericNodeTransformation
  5. type NodeTransformationDefinition = PartialFunction[TransformationStep, TransformationStepResult]

    Permalink
    Definition Classes
    GenericNodeTransformation
  6. type State = Nothing

    Permalink
    Definition Classes
    OuterJoinTransformer → GenericNodeTransformation
  7. case class TransformationStep extends Product with Serializable

    Permalink
    Definition Classes
    GenericNodeTransformation
  8. sealed trait TransformationStepResult extends AnyRef

    Permalink
    Definition Classes
    GenericNodeTransformation

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canBeEnding: Boolean

    Permalink
    Definition Classes
    CustomStreamTransformer
  6. def canHaveManyInputs: Boolean

    Permalink
    Definition Classes
    OuterJoinTransformer → CustomStreamTransformer
  7. def clearsContext: Boolean

    Permalink
    Definition Classes
    CustomStreamTransformer
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contextTransformation(contexts: Map[String, ValidationContext], dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): NodeTransformationDefinition

    Permalink
    Definition Classes
    OuterJoinTransformer → GenericNodeTransformation
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def explicitUidInStatefulOperators(nodeCtx: FlinkCustomNodeContext): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ExplicitUidInOperatorsSupport
    Annotations
    @Public()
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def implementation(params: Map[String, Any], dependencies: List[NodeDependencyValue]): FlinkCustomJoinTransformation

    Permalink
    Definition Classes
    OuterJoinTransformer → GenericNodeTransformation
  17. def initialParameters: List[Parameter]

    Permalink
    Definition Classes
    OuterJoinTransformer → GenericNodeTransformation
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def nodeDependencies: List[NodeDependency]

    Permalink
    Definition Classes
    OuterJoinTransformer → GenericNodeTransformation
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def prepareAggregatorFunction(aggregator: Aggregator, stateTimeout: FiniteDuration)(implicit nodeId: NodeId): CoProcessFunction[ValueWithContext[String], ValueWithContext[StringKeyedValue[AnyRef]], ValueWithContext[AnyRef]]

    Permalink
    Attributes
    protected
  25. def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: SingleOutputStreamOperator[T]): SingleOutputStreamOperator[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ExplicitUidInOperatorsSupport
  26. def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: DataStreamSink[T]): DataStreamSink[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ExplicitUidInOperatorsSupport
  27. def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: DataStream[T]): DataStream[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ExplicitUidInOperatorsSupport
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from ExplicitUidInOperatorsSupport

Inherited from JoinGenericNodeTransformation[FlinkCustomJoinTransformation]

Inherited from GenericNodeTransformation[FlinkCustomJoinTransformation]

Inherited from CustomStreamTransformer

Inherited from AnyRef

Inherited from Any

Ungrouped