c

org.yupana.spark

RddMapReducible

class RddMapReducible extends MapReducible[RDD] with Serializable

Linear Supertypes
MapReducible[RDD], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RddMapReducible
  2. MapReducible
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RddMapReducible(sparkContext: SparkContext, metricCollector: MetricQueryCollector)

Type Members

  1. class SaveMetricIterator[A] extends AbstractIterator[A]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def batchFlatMap[A, B](rdd: RDD[A], size: Int)(f: (Seq[A]) ⇒ Iterator[B])(implicit arg0: ClassTag[B]): RDD[B]
    Definition Classes
    RddMapReducible → MapReducible
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def filter[A](rdd: RDD[A])(f: (A) ⇒ Boolean)(implicit arg0: ClassTag[A]): RDD[A]
    Definition Classes
    RddMapReducible → MapReducible
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def flatMap[A, B](rdd: RDD[A])(f: (A) ⇒ Iterable[B])(implicit arg0: ClassTag[A], arg1: ClassTag[B]): RDD[B]
    Definition Classes
    RddMapReducible → MapReducible
  12. def fold[A](rdd: RDD[A])(zero: A)(f: (A, A) ⇒ A)(implicit arg0: ClassTag[A]): A
    Definition Classes
    RddMapReducible → MapReducible
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def limit[A](c: RDD[A])(n: Int)(implicit arg0: ClassTag[A]): RDD[A]
    Definition Classes
    RddMapReducible → MapReducible
  17. def map[A, B](rdd: RDD[A])(f: (A) ⇒ B)(implicit arg0: ClassTag[A], arg1: ClassTag[B]): RDD[B]
    Definition Classes
    RddMapReducible → MapReducible
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def reduce[A](rdd: RDD[A])(f: (A, A) ⇒ A)(implicit arg0: ClassTag[A]): A
    Definition Classes
    RddMapReducible → MapReducible
  22. def reduceByKey[K, V](rdd: RDD[(K, V)])(f: (V, V) ⇒ V)(implicit arg0: ClassTag[K], arg1: ClassTag[V]): RDD[(K, V)]
    Definition Classes
    RddMapReducible → MapReducible
  23. val sparkContext: SparkContext
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from MapReducible[RDD]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped