class IteratorMapReducible extends MapReducible[Iterator]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IteratorMapReducible
- MapReducible
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IteratorMapReducible(reduceLimit: Int = Int.MaxValue)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- IteratorMapReducible → MapReducible
- 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
- IteratorMapReducible → MapReducible
- def aggregateDatasets(it: Iterator[BatchDataset], queryContext: QueryContext)(foldOp: (HashTableDataset, BatchDataset) => Unit, combOp: (HashTableDataset, BatchDataset) => Unit): Iterator[BatchDataset]
- Definition Classes
- IteratorMapReducible → MapReducible
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batchFlatMap[A, B](it: Iterator[A], size: Int)(f: (Seq[A]) => IterableOnce[B])(implicit arg0: ClassTag[B]): Iterator[B]
- Definition Classes
- IteratorMapReducible → MapReducible
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def concat[A](a: Iterator[A], b: Iterator[A])(implicit arg0: ClassTag[A]): Iterator[A]
- Definition Classes
- IteratorMapReducible → MapReducible
- def distinct[A](it: Iterator[A])(implicit arg0: ClassTag[A]): Iterator[A]
- Definition Classes
- IteratorMapReducible → MapReducible
- def empty[A](implicit arg0: ClassTag[A]): Iterator[A]
- Definition Classes
- IteratorMapReducible → MapReducible
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter[A](it: Iterator[A])(f: (A) => Boolean)(implicit arg0: ClassTag[A]): Iterator[A]
- Definition Classes
- IteratorMapReducible → MapReducible
- def flatMap[A, B](it: Iterator[A])(f: (A) => Iterable[B])(implicit arg0: ClassTag[A], arg1: ClassTag[B]): Iterator[B]
- Definition Classes
- IteratorMapReducible → MapReducible
- def fold[A](it: Iterator[A])(zero: A)(f: (A, A) => A)(implicit arg0: ClassTag[A]): A
- Definition Classes
- IteratorMapReducible → MapReducible
- def fromSeq[A](seq: Seq[A])(implicit arg0: ClassTag[A]): Iterator[A]
- Definition Classes
- IteratorMapReducible → MapReducible
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def limit(it: Iterator[BatchDataset])(n: Int): Iterator[BatchDataset]
- Definition Classes
- IteratorMapReducible → MapReducible
- def map[A, B](it: Iterator[A])(f: (A) => B)(implicit arg0: ClassTag[A], arg1: ClassTag[B]): Iterator[B]
- Definition Classes
- IteratorMapReducible → MapReducible
- def materialize[A](it: Iterator[A])(implicit arg0: ClassTag[A]): Seq[A]
- Definition Classes
- IteratorMapReducible → MapReducible
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def reduce[A](it: Iterator[A])(f: (A, A) => A)(implicit arg0: ClassTag[A]): A
- Definition Classes
- IteratorMapReducible → MapReducible
- def reduceByKey[K, V](it: Iterator[(K, V)])(f: (V, V) => V)(implicit arg0: ClassTag[K], arg1: ClassTag[V]): Iterator[(K, V)]
- Definition Classes
- IteratorMapReducible → MapReducible
- def singleton[A](a: A)(implicit arg0: ClassTag[A]): Iterator[A]
- Definition Classes
- IteratorMapReducible → MapReducible
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)