Package

org.hammerlab.magic.rdd

grid

Permalink

package grid

Visibility
  1. Public
  2. All

Type Members

  1. case class BottomLeftElem[T](t: T) extends Message[T] with Product with Serializable

    Permalink
  2. case class BottomRow[T](m: Map[Int, T]) extends Message[T] with Product with Serializable

    Permalink
  3. case class GridPartitioner(maxElemRow: Int, maxElemCol: Int, rHeight: Int, cWidth: Int) extends Partitioner with Product with Serializable

    Permalink
  4. case class LeftCol[T](m: Map[Int, T]) extends Message[T] with Product with Serializable

    Permalink
  5. sealed trait Message[T] extends AnyRef

    Permalink
  6. class PartialSumGridRDD[V] extends Serializable

    Permalink

    Given an RDD representing a summable value V at various (row, col) positions, compute a new RDD where an element with key (r, c) will have its value replaced by the sum of the values of all elements with keys (R, C) where R ≥ r and C ≥ c.

    Given an RDD representing a summable value V at various (row, col) positions, compute a new RDD where an element with key (r, c) will have its value replaced by the sum of the values of all elements with keys (R, C) where R ≥ r and C ≥ c.

    V

    combinable value data type.

  7. trait Summable[+Companion <: SummableCompanion[_]] extends AnyRef

    Permalink
  8. trait SummableCompanion[+S <: Summable[_]] extends AnyRef

    Permalink

Value Members

  1. object GridPartitioner extends Serializable

    Permalink
  2. object Monoids

    Permalink
  3. object PartialSumGridRDD extends Serializable

    Permalink

Ungrouped