abstract class CombineMethods[K, V] extends MethodExtensions[RDD[(K, V)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CombineMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: RDD[(K, V)]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def combineValues[R](others: Traversable[RDD[(K, V)]], partitioner: Option[Partitioner])(f: (Iterable[V]) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
- def combineValues[R](others: Traversable[RDD[(K, V)]])(f: (Iterable[V]) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
- def combineValues[R](other: RDD[(K, V)], partitioner: Option[Partitioner])(f: (V, V) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
- def combineValues[R](other: RDD[(K, V)])(f: (V, V) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]