org.hammerlab.magic.rdd

scan

package scan

Visibility
  1. Public
  2. All

Type Members

  1. class ScanLeftByKeyRDD[K, V] extends Serializable

  2. class ScanLeftRDD[T] extends Serializable

    RDD wrapper supporting methods that compute partial-sums across the RDD.

  3. class ScanRightByKeyRDD[K, V] extends Serializable

  4. class ScanRightRDD[T] extends Serializable

    RDD wrapper supporting methods that compute partial-sums (from right to left) across the RDD.

Value Members

  1. object ScanLeftByKeyRDD extends Serializable

  2. object ScanLeftRDD extends Serializable

  3. object ScanRightByKeyRDD extends Serializable

  4. object ScanRightRDD extends Serializable

Ungrouped