Packages

c

geotrellis.spark.mapalgebra

CombineMethods

abstract class CombineMethods[K, V] extends MethodExtensions[RDD[(K, V)]]

Linear Supertypes
MethodExtensions[RDD[(K, V)]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CombineMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CombineMethods()(implicit arg0: ClassTag[K], arg1: ClassTag[V])

Abstract Value Members

  1. abstract def self: RDD[(K, V)]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def combineValues[R](others: Traversable[RDD[(K, V)]], partitioner: Option[Partitioner])(f: (Iterable[V]) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
  2. def combineValues[R](others: Traversable[RDD[(K, V)]])(f: (Iterable[V]) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
  3. def combineValues[R](other: RDD[(K, V)], partitioner: Option[Partitioner])(f: (V, V) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
  4. def combineValues[R](other: RDD[(K, V)])(f: (V, V) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]