org.hammerlab.magic.rdd

zip

package zip

Visibility
  1. Public
  2. All

Type Members

  1. class LazyZippedWithIndexRDD[T] extends RDD[(T, Long)]

    Slight modification of org.apache.spark.rdd.ZippedWithIndexRDD from Spark that does not run job when created, it only triggers job on action or computing partitions.

  2. class ZipPartitionsWithIndexRDD[T] extends Serializable

  3. class ZippedPartitionsWithIndexRDD2[A, B, V] extends ZippedPartitionsBaseRDD[V]

  4. class ZippedPartitionsWithIndexRDD3[A, B, C, V] extends ZippedPartitionsBaseRDD[V]

Value Members

  1. object LazyZippedWithIndexRDD extends Serializable

  2. object ZipPartitionsWithIndexRDD extends Serializable

Ungrouped