abstract class SpaceTimeToSpatialReduceMethods[K, V, M[_]] extends MethodExtensions[RDD[(K, V)] with Metadata[M[K]]]
This exists because reduceByKey
needs K and V to be members of
the ClassTag
type class, but adding that restriction to the type
parameters of the class above would break the API. Neither method
can be named toSpatial
as that would hide the methods provided
by the class above.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpaceTimeToSpatialReduceMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SpaceTimeToSpatialReduceMethods()(implicit arg0: ClassTag[K], arg1: SpatialComponent[K], arg2: TemporalComponent[K], arg3: Component[M[K], Bounds[K]], arg4: ClassTag[V], arg5: Functor[M])
Abstract Value Members
-
abstract
def
self: RDD[(K, V)] with Metadata[M[K]]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def toSpatialReduce(mergeFunc: (V, V) ⇒ V, partitioner: Partitioner): RDD[(SpatialKey, V)] with Metadata[M[SpatialKey]]
- def toSpatialReduce(mergeFunc: (V, V) ⇒ V): RDD[(SpatialKey, V)] with Metadata[M[SpatialKey]]