Class

ksb.csle.component.controller

BatchDummyController

Related Doc: package controller

Permalink

final class BatchDummyController[T, R] extends SparkSessionController[T, R]

:: ApplicationDeveloperApi ::

Controller that simply pipelines data from reader to writer without any operators. This controller mostly run with batch-style engine.

T

Data type class to be passes through data pipeline from reader to operators

R

Data type for the final data format

Linear Supertypes
SparkSessionController[T, R], BaseGenericController[T, BatchControllerInfo, R, SparkSession, SparkSession], BaseController[T, BaseResult], BaseDoer, Logging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BatchDummyController
  2. SparkSessionController
  3. BaseGenericController
  4. BaseController
  5. BaseDoer
  6. Logging
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BatchDummyController(runner: BaseRunner[SparkSession, _, _], i: BaseReader[T, _, SparkSession], o: BaseWriter[R, _, SparkSession], p: BatchControllerInfo)

    Permalink

    runner

    Runner object that is executed when engine starts

    i

    Reader object that reads data from data source

    o

    Writer object that writes pipelined data from operators

    p

    Message object that has one of messages object containing attributes related to controlling process pipelining

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
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val i: BaseReader[T, _, SparkSession]

    Permalink

    Reader object that reads data from data source

    Reader object that reads data from data source

    Definition Classes
    BatchDummyControllerSparkSessionController → BaseGenericController
  12. def init(): Any

    Permalink
    Definition Classes
    BaseController
    Annotations
    @DeveloperApi()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  18. val o: BaseWriter[R, _, SparkSession]

    Permalink

    Writer object that writes pipelined data from operators

    Writer object that writes pipelined data from operators

    Definition Classes
    BatchDummyControllerSparkSessionController → BaseGenericController
  19. val ops: List[BaseGenericOperator[_, R]]

    Permalink

    a list of BaseGenericOperator objects that processes data one by one.

    a list of BaseGenericOperator objects that processes data one by one.

    Definition Classes
    SparkSessionController → BaseGenericController
  20. val p: BatchControllerInfo

    Permalink

    Message object that has one of messages object containing attributes related to controlling process pipelining

    Message object that has one of messages object containing attributes related to controlling process pipelining

    Definition Classes
    BatchDummyControllerSparkSessionController → BaseGenericController
  21. final def pipeOperators(runner: BaseRunner[_, _, _], ops: List[BaseGenericOperator[_, R]], r: R): R

    Permalink
    Attributes
    protected
    Definition Classes
    BaseGenericController
    Annotations
    @tailrec()
  22. def process(): BaseResult

    Permalink

    Pipelines data from reader to writer via a series of operators.

    Pipelines data from reader to writer via a series of operators.

    Definition Classes
    SparkSessionController → BaseGenericController
  23. def progress(): BaseResult

    Permalink
    Definition Classes
    BaseGenericController → BaseController
  24. val runner: BaseRunner[SparkSession, _, _]

    Permalink

    Runner object that is executed when engine starts

    Runner object that is executed when engine starts

    Definition Classes
    BatchDummyControllerSparkSessionController → BaseGenericController
  25. val sessionIn: SparkSession

    Permalink
    Definition Classes
    SparkSessionController
  26. val sessionOut: SparkSession

    Permalink
    Definition Classes
    SparkSessionController
  27. def stop(): Any

    Permalink
    Definition Classes
    SparkSessionController → BaseGenericController → BaseController
  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 SparkSessionController[T, R]

Inherited from BaseGenericController[T, BatchControllerInfo, R, SparkSession, SparkSession]

Inherited from BaseController[T, BaseResult]

Inherited from BaseDoer

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped