class RDDLayoutMergeMethods[K, V <: CellGrid[Int], M] extends MethodExtensions[RDD[(K, V)] with Metadata[M]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RDDLayoutMergeMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RDDLayoutMergeMethods(self: RDD[(K, V)] with Metadata[M])(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: ClassTag[V], arg3: (V) ⇒ TileMergeMethods[V], arg4: (V) ⇒ TilePrototypeMethods[V], arg5: (M) ⇒ LayoutDefinition)
Value Members
- def merge(other: RDD[(K, V)] with Metadata[M]): ContextRDD[K, V, M]
-
val
self: RDD[(K, V)] with Metadata[M]
- Definition Classes
- RDDLayoutMergeMethods → MethodExtensions