Class/Object

org.dsa.iot.ignition.spark

DebugOutput

Related Docs: object DebugOutput | package spark

Permalink

class DebugOutput extends RxFrameTransformer

Prints out the data frame data to the standard output.

Linear Supertypes
RxFrameTransformer, RxTransformer[DataFrame, DataFrame], AbstractRxBlock[DataFrame], Logging, RxBlock[DataFrame], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DebugOutput
  2. RxFrameTransformer
  3. RxTransformer
  4. AbstractRxBlock
  5. Logging
  6. RxBlock
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DebugOutput()(implicit rt: SparkRuntime)

    Permalink

Type Members

  1. case class Port[X](name: String) extends Product with Serializable

    Permalink

    Connector for attributes and inputs.

    Connector for attributes and inputs. Provides the input as Observable[X].

    Definition Classes
    AbstractRxBlock
  2. case class PortList[X](name: String) extends IndexedSeq[Port[X]] with Product with Serializable

    Permalink

    Connector for a list of attributes or inputs.

    Connector for a list of attributes or inputs.

    Definition Classes
    AbstractRxBlock

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <~(block: AbstractRxBlock[_ <: DataFrame]): Unit

    Permalink
    Definition Classes
    RxTransformer
  4. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compute: Observable[DataFrame]

    Permalink

    computes the block's output

    computes the block's output

    Attributes
    protected
    Definition Classes
    DebugOutputAbstractRxBlock
  8. def debug(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  9. def doTransform(tx: FrameSplitter)(implicit rt: SparkRuntime): Observable[DataFrame]

    Permalink
    Attributes
    protected
    Definition Classes
    RxFrameTransformer
  10. def doTransform(tx: FrameTransformer)(implicit rt: SparkRuntime): Observable[DataFrame]

    Permalink
    Attributes
    protected
    Definition Classes
    RxFrameTransformer
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def error(message: ⇒ String, err: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  14. def error(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def from(block: AbstractRxBlock[_ <: DataFrame]): Unit

    Permalink
    Definition Classes
    RxTransformer
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. val id: String

    Permalink

    Generates block's id for logging.

    Generates block's id for logging.

    Attributes
    protected
    Definition Classes
    AbstractRxBlock
  20. def info(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val maxWidth: Port[Option[Int]]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def observe: Observable[DataFrame]

    Permalink

    The currently established Observable output.

    The currently established Observable output.

    Definition Classes
    AbstractRxBlockRxBlock
  27. lazy val output: Observable[DataFrame]

    Permalink

    Returns the block's output as an Observable.

    Returns the block's output as an Observable. This observable is stable in the sense that it keeps emitting items, whether the block has been reset, or its inputs changed etc., i.e. it never calls onError or onCompleted methods on its subscribers until the block's shutdown() method is called.

    Definition Classes
    AbstractRxBlockRxBlock
  28. def reset(): Unit

    Permalink

    Resets the block by renewing the subscriptions and re-initiating the sequence.

    Resets the block by renewing the subscriptions and re-initiating the sequence.

    Definition Classes
    AbstractRxBlockRxBlock
  29. val showNames: Port[Boolean]

    Permalink
  30. val showTypes: Port[Boolean]

    Permalink
  31. def shutdown(): Unit

    Permalink

    Cancels all subscriptions and stops emitting items.

    Cancels all subscriptions and stops emitting items.

    Definition Classes
    AbstractRxBlockRxBlock
  32. val source: Port[DataFrame]

    Permalink
    Definition Classes
    RxTransformer
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val title: Port[Option[String]]

    Permalink
  35. def to[U](block: RxTransformer[_ >: DataFrame, U]): block.type

    Permalink

    Connects the output of this block to source input port of a transformer block.

    Connects the output of this block to source input port of a transformer block.

    Definition Classes
    AbstractRxBlock
  36. def to[T](port: Port[_ >: DataFrame]): owner.type

    Permalink

    Connects the output of this block to an input port of another block.

    Connects the output of this block to an input port of another block.

    Definition Classes
    AbstractRxBlock
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def trace(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  39. def unsubsribeOutput(): Unit

    Permalink

    Cancels the output subscription.

    Cancels the output subscription.

    Attributes
    protected
    Definition Classes
    AbstractRxBlock
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def warn(message: ⇒ String, err: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  44. def warn(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  45. def withEvents(name: String)(stream: Observable[DataFrame]): Observable[DataFrame]

    Permalink

    Decorates the observable by adding listeners for its lifecycle events.

    Decorates the observable by adding listeners for its lifecycle events.

    Attributes
    protected
    Definition Classes
    AbstractRxBlock
  46. def ~>[U](block: RxTransformer[_ >: DataFrame, U]): block.type

    Permalink

    Connects the output of this block to source input port of a transformer block.

    Connects the output of this block to source input port of a transformer block. An alias for to(block).

    Definition Classes
    AbstractRxBlock
  47. def ~>[T](port: Port[_ >: DataFrame]): AbstractRxBlock[T]

    Permalink

    Connects the output of this block to an input port of another block.

    Connects the output of this block to an input port of another block. An alias for to(port).

    Definition Classes
    AbstractRxBlock

Inherited from RxFrameTransformer

Inherited from RxTransformer[DataFrame, DataFrame]

Inherited from AbstractRxBlock[DataFrame]

Inherited from Logging

Inherited from RxBlock[DataFrame]

Inherited from AnyRef

Inherited from Any

Ungrouped