Trait

io.github.mandar2812.dynaml.pipes

RDDMapPipe

Related Doc: package pipes

Permalink

trait RDDMapPipe[Element, OtherElement] extends RDDPipe[Element, RDD[OtherElement]]

A pipeline which takes an RDD of Element and maps it to an RDD of OtherElement.

Self Type
RDDMapPipe[Element, OtherElement]
Linear Supertypes
RDDPipe[Element, RDD[OtherElement]], DataPipe[RDD[Element], RDD[OtherElement]], Serializable, Serializable, DataPipeConvertible[RDD[Element], RDD[OtherElement]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDDMapPipe
  2. RDDPipe
  3. DataPipe
  4. Serializable
  5. Serializable
  6. DataPipeConvertible
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def run(data: RDD[Element]): RDD[OtherElement]

    Permalink
    Definition Classes
    DataPipe

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %>(that: Basis[RDD[OtherElement]]): Basis[RDD[Element]]

    Permalink

    Represents the composition of two pipes, one a vanilla data pipe and the other a basis expansion, resulting in a third pipe Schematically represented as:

    Represents the composition of two pipes, one a vanilla data pipe and the other a basis expansion, resulting in a third pipe Schematically represented as:

    Source -> Destination :: Destination -> breeze.linalg.DenseVector == Source -> breeze.linalg.DenseVector

    Definition Classes
    DataPipe
  4. def *[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): ParallelPipe[RDD[Element], RDD[OtherElement], OtherSource, OtherDestination]

    Permalink
    Definition Classes
    DataPipe
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >[Further](that: RDDMapPipe[OtherElement, Further]): RDDMapPipe[Element, Further]

    Permalink
  7. def >[Further](that: RDDPipe[OtherElement, Further]): RDDPipe[Element, Further]

    Permalink
  8. def >[Further](that: DataPipeConvertible[RDD[OtherElement], Further]): DataPipe[RDD[Element], Further]

    Permalink

    Represents the composition of two pipes, resulting in a third pipe Schematically represented as:

    Represents the composition of two pipes, resulting in a third pipe Schematically represented as:

    Source -> Destination :: Destination -> Further == Source -> Further

    Definition Classes
    DataPipe
  9. def >-<[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): DataPipe2[RDD[Element], OtherSource, (RDD[OtherElement], OtherDestination)]

    Permalink
    Definition Classes
    DataPipe
  10. def apply[T <: Traversable[RDD[Element]]](data: T): T

    Permalink
    Definition Classes
    DataPipe
  11. def apply(data: RDD[Element]): RDD[OtherElement]

    Permalink
    Definition Classes
    DataPipe
  12. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toPipe: (RDD[Element]) ⇒ RDD[OtherElement]

    Permalink
    Definition Classes
    DataPipeDataPipeConvertible
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

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

Inherited from RDDPipe[Element, RDD[OtherElement]]

Inherited from DataPipe[RDD[Element], RDD[OtherElement]]

Inherited from Serializable

Inherited from Serializable

Inherited from DataPipeConvertible[RDD[Element], RDD[OtherElement]]

Inherited from AnyRef

Inherited from Any

Ungrouped