Object/Class

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

OuterJoinTransformer

Related Docs: class OuterJoinTransformer | package outer

Permalink

object OuterJoinTransformer extends OuterJoinTransformer with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, OuterJoinTransformer, LazyLogging, ExplicitUidInOperatorsSupport, JoinGenericNodeTransformation[FlinkCustomJoinTransformation], GenericNodeTransformation[FlinkCustomJoinTransformation], CustomStreamTransformer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OuterJoinTransformer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OuterJoinTransformer
  7. LazyLogging
  8. ExplicitUidInOperatorsSupport
  9. JoinGenericNodeTransformation
  10. GenericNodeTransformation
  11. CustomStreamTransformer
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val AggregateByParamName: String

    Permalink
  5. val AggregatorParam: ParameterWithExtractor[Aggregator]

    Permalink
  6. val AggregatorParamName: String

    Permalink
  7. val BranchTypeParam: ParameterWithExtractor[Map[String, BranchType]]

    Permalink
  8. val BranchTypeParamName: String

    Permalink
  9. val KeyParam: ParameterWithExtractor[Map[String, LazyParameter[CharSequence]]]

    Permalink
  10. val KeyParamName: String

    Permalink
  11. val WindowLengthParam: ParameterWithExtractor[Duration]

    Permalink
  12. val WindowLengthParamName: String

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def canBeEnding: Boolean

    Permalink
    Definition Classes
    CustomStreamTransformer
  15. def canHaveManyInputs: Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  27. lazy val logger: Logger

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    OuterJoinTransformer
  33. def setUidToNodeIdIfNeed[T](nodeCtx: FlinkCustomNodeContext, stream: SingleOutputStreamOperator[T]): SingleOutputStreamOperator[T]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OuterJoinTransformer

Inherited from LazyLogging

Inherited from ExplicitUidInOperatorsSupport

Inherited from JoinGenericNodeTransformation[FlinkCustomJoinTransformation]

Inherited from GenericNodeTransformation[FlinkCustomJoinTransformation]

Inherited from CustomStreamTransformer

Inherited from AnyRef

Inherited from Any

Ungrouped