Package

org.hammerlab.magic.rdd

scan

Permalink

package scan

Visibility
  1. Public
  2. All

Type Members

  1. class ScanLeftByKeyRDD[K, V] extends Serializable

    Permalink
  2. class ScanLeftRDD[T] extends Serializable

    Permalink

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

  3. class ScanRightByKeyRDD[K, V] extends Serializable

    Permalink
  4. class ScanRightRDD[T] extends Serializable

    Permalink

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

Value Members

  1. object ScanLeftByKeyRDD extends Serializable

    Permalink
  2. object ScanLeftRDD extends Serializable

    Permalink
  3. object ScanRightByKeyRDD extends Serializable

    Permalink
  4. object ScanRightRDD extends Serializable

    Permalink

Ungrouped