com.ignition.frame

FrameSubProducer

case class FrameSubProducer(body: ConnectionSource[DataFrame, SparkRuntime]) extends SubProducer[DataFrame, SparkRuntime] with FrameSubFlow with Product with Serializable

Linear Supertypes
Product, Equals, FrameSubFlow, FrameStep, SubProducer[DataFrame, SparkRuntime], SubFlow[DataFrame, SparkRuntime], Producer[DataFrame, SparkRuntime], NoInputStep[DataFrame, SparkRuntime], SingleOutputStep[DataFrame, SparkRuntime], ConnectionSource[DataFrame, SparkRuntime], Step[DataFrame, SparkRuntime], JsonExport, XmlExport, AbstractStep, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FrameSubProducer
  2. Product
  3. Equals
  4. FrameSubFlow
  5. FrameStep
  6. SubProducer
  7. SubFlow
  8. Producer
  9. NoInputStep
  10. SingleOutputStep
  11. ConnectionSource
  12. Step
  13. JsonExport
  14. XmlExport
  15. AbstractStep
  16. Serializable
  17. Serializable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FrameSubProducer(body: ConnectionSource[DataFrame, SparkRuntime])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def -->(targets: ConnectionTarget[DataFrame, SparkRuntime]*): Unit

    Definition Classes
    ConnectionSource
  5. def -->(tgt: MultiInputStep[DataFrame, SparkRuntime]): tgt.type

    Definition Classes
    ConnectionSource
  6. def -->(tgt: ConnectionTarget[DataFrame, SparkRuntime]): tgt.type

    Definition Classes
    ConnectionSource
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. def addStepListener(listener: StepListener[DataFrame, SparkRuntime]): Unit

    Registers a new listener.

    Registers a new listener.

    Definition Classes
    Step
  10. def allInputsRequired: Boolean

    Specifies if the step should throw an error if one of the inputs is not connected.

    Specifies if the step should throw an error if one of the inputs is not connected.

    Definition Classes
    Step
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. val body: ConnectionSource[DataFrame, SparkRuntime]

  13. def buildSchema(index: Int)(implicit runtime: SparkRuntime): StructType

    Returns the output schema of the step at a given index by calling output() in preview mode and retrieving the schema from the DataFrame.

    Returns the output schema of the step at a given index by calling output() in preview mode and retrieving the schema from the DataFrame. Since the default implementation of this method calls output(), invoking it from output() directly or indirectly will result in infinite cycle.

    Attributes
    protected
    Definition Classes
    FrameStep
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def compute(implicit runtime: SparkRuntime): DataFrame

    Attributes
    protected
    Definition Classes
    SubProducerProducer
  16. def compute(index: Int)(implicit runtime: SparkRuntime): DataFrame

    Computes a step output value at the specified index.

    Computes a step output value at the specified index. This method is invoked from output() and can safely throw any exception, which will be wrapped into ExecutionException.

    index

    the output value index.

    Attributes
    protected
    Definition Classes
    ProducerStep
  17. lazy val connections: Set[Connection[DataFrame, SparkRuntime]]

    Collects all connections given a set of steps.

    Collects all connections given a set of steps.

    Definition Classes
    SubFlow
  18. def ctx(implicit runtime: SparkRuntime): SQLContext

    Returns the implicit SQLContext.

    Returns the implicit SQLContext.

    Attributes
    protected
    Definition Classes
    FrameStep
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def evaluate(implicit runtime: SparkRuntime): IndexedSeq[DataFrame]

    Evaluates all step's outputs and returns a list of results.

    Evaluates all step's outputs and returns a list of results.

    Definition Classes
    Step
    Annotations
    @throws( classOf[ExecutionException] )
  21. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  23. lazy val inPoints: Nil.type

    Definition Classes
    SubProducerSubFlow
  24. val index: Int

    Definition Classes
    SingleOutputStepConnectionSource
  25. val inputCount: Int

    The maximum number of input ports.

    The maximum number of input ports.

    Definition Classes
    NoInputStepStep
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def optLimit(df: DataFrame, preview: Boolean): DataFrame

    Takes one row from the data frame is preview is true.

    Takes one row from the data frame is preview is true.

    Attributes
    protected
    Definition Classes
    FrameStep
  31. lazy val outPoints: List[ConnectionSource[DataFrame, SparkRuntime]]

    Definition Classes
    SubProducerSubFlow
  32. final def outSchema(implicit runtime: SparkRuntime): StructType

    Returns the output schema of the step at index 0.

    Returns the output schema of the step at index 0.

    Definition Classes
    FrameStep
  33. final def outSchema(index: Int)(implicit runtime: SparkRuntime): StructType

    Returns the output schema of the step at a given index.

    Returns the output schema of the step at a given index.

    Definition Classes
    FrameStep
  34. def outbounds(index: Int): SingleOutputStep[DataFrame, SparkRuntime]

    Definition Classes
    SingleOutputStep
  35. final def output(implicit runtime: SparkRuntime): DataFrame

    Shortcut for output(0).

    Shortcut for output(0). Computes a step output at index 0.

    Definition Classes
    Step
    Annotations
    @throws( classOf[ExecutionException] )
    Exceptions thrown
    ExecutionException

    in case of an error, or if the step is not connected.

  36. final def output(index: Int)(implicit runtime: SparkRuntime): DataFrame

    Computes a step output value at the specified index.

    Computes a step output value at the specified index.

    index

    the output value index.

    Definition Classes
    Step
    Annotations
    @throws( classOf[ExecutionException] )
    Exceptions thrown
    ExecutionException

    in case of an error, or if the step is not connected.

  37. val outputCount: Int

    The number of output ports.

    The number of output ports.

    Definition Classes
    SingleOutputStepStep
  38. def outputToJson(implicit idGen: (Step[DataFrame, SparkRuntime]) ⇒ String): JValue

    Outputs subflow into JSON.

    Outputs subflow into JSON.

    Definition Classes
    SubFlow
  39. def outputToXml(implicit idGen: (Step[DataFrame, SparkRuntime]) ⇒ String): Elem

    Outputs the subflow into XML.

    Outputs the subflow into XML.

    Attributes
    protected
    Definition Classes
    SubFlow
  40. def removeStepListener(listener: StepListener[DataFrame, SparkRuntime]): Unit

    Unregisters a listener.

    Unregisters a listener.

    Definition Classes
    Step
  41. def resetCache(predecessors: Boolean, descendants: Boolean): Unit

    Reset the cache of the subflow and its constituents.

    Reset the cache of the subflow and its constituents.

    Definition Classes
    SubFlowStep
  42. def sc(implicit runtime: SparkRuntime): SparkContext

    Returns the implicit SparkContext.

    Returns the implicit SparkContext.

    Attributes
    protected
    Definition Classes
    FrameStep
  43. val step: SingleOutputStep[DataFrame, SparkRuntime]

    Definition Classes
    SingleOutputStepConnectionSource
  44. lazy val steps: Set[Step[DataFrame, SparkRuntime]]

    Collects all steps starting with the targets and going back through the predecessors.

    Collects all steps starting with the targets and going back through the predecessors.

    Definition Classes
    SubFlow
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. val tag: String

    Definition Classes
    FrameSubFlow
  47. def to(targets: ConnectionTarget[DataFrame, SparkRuntime]*): Unit

    Definition Classes
    ConnectionSource
  48. def to(tgt: MultiInputStep[DataFrame, SparkRuntime]): tgt.type

    Definition Classes
    ConnectionSource
  49. def to(tgt: ConnectionTarget[DataFrame, SparkRuntime]): tgt.type

    Definition Classes
    ConnectionSource
  50. def toJson: JValue

    The default implementation uses default id generator.

    The default implementation uses default id generator.

    Definition Classes
    SubFlowJsonExport
  51. def toXml: Elem

    The default implementation uses default id generator.

    The default implementation uses default id generator.

    Definition Classes
    SubFlowXmlExport
  52. def value(implicit runtime: SparkRuntime): DataFrame

    Definition Classes
    SingleOutputStepConnectionSource
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wrap[U](body: ⇒ U): U

    Wraps exceptions into ExecutionException instances.

    Wraps exceptions into ExecutionException instances.

    Attributes
    protected
    Definition Classes
    AbstractStep

Inherited from Product

Inherited from Equals

Inherited from FrameSubFlow

Inherited from FrameStep

Inherited from SubProducer[DataFrame, SparkRuntime]

Inherited from SubFlow[DataFrame, SparkRuntime]

Inherited from Producer[DataFrame, SparkRuntime]

Inherited from NoInputStep[DataFrame, SparkRuntime]

Inherited from SingleOutputStep[DataFrame, SparkRuntime]

Inherited from ConnectionSource[DataFrame, SparkRuntime]

Inherited from Step[DataFrame, SparkRuntime]

Inherited from JsonExport

Inherited from XmlExport

Inherited from AbstractStep

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped