Class

pl.touk.nussknacker.engine.flink.api.process

BasicContextInitializingFunction

Related Doc: package process

Permalink

case class BasicContextInitializingFunction[Raw](processId: String, taskName: String) extends RichMapFunction[Raw, Context] with ContextInitializingFunction with Product with Serializable

Maps raw source event to Context where default "input" variable represents the event.

Raw

- type of raw event that is generated by flink source function.

processId

- id of the process or flink job, used to setup name of created Context

taskName

- name of the task within the process or flink job, used to setup name of created Context

Linear Supertypes
Product, Equals, ContextInitializingFunction, Serializable, RichMapFunction[Raw, Context], MapFunction[Raw, Context], AbstractRichFunction, RichFunction, Function, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicContextInitializingFunction
  2. Product
  3. Equals
  4. ContextInitializingFunction
  5. Serializable
  6. RichMapFunction
  7. MapFunction
  8. AbstractRichFunction
  9. RichFunction
  10. Function
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasicContextInitializingFunction(processId: String, taskName: String)

    Permalink

    processId

    - id of the process or flink job, used to setup name of created Context

    taskName

    - name of the task within the process or flink job, used to setup name of created Context

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
    Annotations
    @throws( classOf[java.lang.Exception] )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def getIterationRuntimeContext(): IterationRuntimeContext

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  10. def getRuntimeContext(): RuntimeContext

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  11. def init(ctx: RuntimeContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ContextInitializingFunction
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def map(input: Raw): Context

    Permalink
    Definition Classes
    BasicContextInitializingFunction → RichMapFunction → MapFunction
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def newContext: Context

    Permalink
    Attributes
    protected
    Definition Classes
    ContextInitializingFunction
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def open(parameters: Configuration): Unit

    Permalink
    Definition Classes
    BasicContextInitializingFunction → AbstractRichFunction → RichFunction
  19. val processId: String

    Permalink

    - id of the process or flink job, used to setup name of created Context

    - id of the process or flink job, used to setup name of created Context

    Definition Classes
    BasicContextInitializingFunctionContextInitializingFunction
  20. def setRuntimeContext(arg0: RuntimeContext): Unit

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. val taskName: String

    Permalink

    - name of the task within the process or flink job, used to setup name of created Context

    - name of the task within the process or flink job, used to setup name of created Context

    Definition Classes
    BasicContextInitializingFunctionContextInitializingFunction
  23. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from RichMapFunction[Raw, Context]

Inherited from MapFunction[Raw, Context]

Inherited from AbstractRichFunction

Inherited from RichFunction

Inherited from Function

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped