Packages

class IteratorMapReducible extends MapReducible[Iterator]

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

Instance Constructors

  1. new IteratorMapReducible(reduceLimit: Int = Int.MaxValue)

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. def aggregate[A, B](it: Iterator[A])(createZero: (A) => B, seqOp: (B, A) => B, combOp: (B, B) => B)(implicit arg0: ClassTag[A], arg1: ClassTag[B]): Iterator[B]
    Definition Classes
    IteratorMapReducibleMapReducible
  5. def aggregateByKey[K, A, B](it: Iterator[(K, A)])(createZero: (A) => B, seqOp: (B, A) => B, combOp: (B, B) => B)(implicit arg0: ClassTag[K], arg1: ClassTag[A], arg2: ClassTag[B]): Iterator[(K, B)]
    Definition Classes
    IteratorMapReducibleMapReducible
  6. def aggregateDatasets(it: Iterator[BatchDataset], queryContext: QueryContext)(foldOp: (HashTableDataset, BatchDataset) => Unit, combOp: (HashTableDataset, BatchDataset) => Unit): Iterator[BatchDataset]
    Definition Classes
    IteratorMapReducibleMapReducible
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def batchFlatMap[A, B](it: Iterator[A], size: Int)(f: (Seq[A]) => IterableOnce[B])(implicit arg0: ClassTag[B]): Iterator[B]
    Definition Classes
    IteratorMapReducibleMapReducible
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def concat[A](a: Iterator[A], b: Iterator[A])(implicit arg0: ClassTag[A]): Iterator[A]
    Definition Classes
    IteratorMapReducibleMapReducible
  11. def distinct[A](it: Iterator[A])(implicit arg0: ClassTag[A]): Iterator[A]
    Definition Classes
    IteratorMapReducibleMapReducible
  12. def empty[A](implicit arg0: ClassTag[A]): Iterator[A]
    Definition Classes
    IteratorMapReducibleMapReducible
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def filter[A](it: Iterator[A])(f: (A) => Boolean)(implicit arg0: ClassTag[A]): Iterator[A]
    Definition Classes
    IteratorMapReducibleMapReducible
  16. def flatMap[A, B](it: Iterator[A])(f: (A) => Iterable[B])(implicit arg0: ClassTag[A], arg1: ClassTag[B]): Iterator[B]
    Definition Classes
    IteratorMapReducibleMapReducible
  17. def fold[A](it: Iterator[A])(zero: A)(f: (A, A) => A)(implicit arg0: ClassTag[A]): A
    Definition Classes
    IteratorMapReducibleMapReducible
  18. def fromSeq[A](seq: Seq[A])(implicit arg0: ClassTag[A]): Iterator[A]
    Definition Classes
    IteratorMapReducibleMapReducible
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def limit(it: Iterator[BatchDataset])(n: Int): Iterator[BatchDataset]
    Definition Classes
    IteratorMapReducibleMapReducible
  23. def map[A, B](it: Iterator[A])(f: (A) => B)(implicit arg0: ClassTag[A], arg1: ClassTag[B]): Iterator[B]
    Definition Classes
    IteratorMapReducibleMapReducible
  24. def materialize[A](it: Iterator[A])(implicit arg0: ClassTag[A]): Seq[A]
    Definition Classes
    IteratorMapReducibleMapReducible
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def reduce[A](it: Iterator[A])(f: (A, A) => A)(implicit arg0: ClassTag[A]): A
    Definition Classes
    IteratorMapReducibleMapReducible
  29. def reduceByKey[K, V](it: Iterator[(K, V)])(f: (V, V) => V)(implicit arg0: ClassTag[K], arg1: ClassTag[V]): Iterator[(K, V)]
    Definition Classes
    IteratorMapReducibleMapReducible
  30. def singleton[A](a: A)(implicit arg0: ClassTag[A]): Iterator[A]
    Definition Classes
    IteratorMapReducibleMapReducible
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from MapReducible[Iterator]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped