Package

org.hammerlab.magic.rdd

partitions

Permalink

package partitions

Visibility
  1. Public
  2. All

Type Members

  1. class CollectPartitionsRDD[T] extends Serializable

    Permalink

    Wrap an RDD and expose a collectPartitions method that is similar to RDD.collect, but returns an Array of per-partition Arrays.

  2. class PartitionFirstElemsRDD[T] extends AnyRef

    Permalink

    Helpers for fetching the first element from each partition of an RDD.

  3. class PartitionSizesRDD[T] extends AnyRef

    Permalink

    Helper for determining the size of each partition of an RDD.

  4. sealed abstract class RDDStats[T] extends AnyRef

    Permalink
  5. case class SortedRDDStats[T] extends RDDStats[T] with Serializable with Product

    Permalink

  6. case class UnsortedRDDStats[T] extends RDDStats[T] with Serializable with Product

    Permalink

Value Members

  1. object CollectPartitionsRDD extends Serializable

    Permalink
  2. object PartitionFirstElemsRDD

    Permalink
  3. object PartitionSizesRDD

    Permalink
  4. object RDDStats

    Permalink

Ungrouped