org.hammerlab.magic.rdd

partitions

package partitions

Visibility
  1. Public
  2. All

Type Members

  1. class CollectPartitionsRDD[T] extends Serializable

    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

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

  3. class PartitionSizesRDD[T] extends AnyRef

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

  4. sealed abstract class RDDStats[T] extends AnyRef

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

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

Value Members

  1. object CollectPartitionsRDD extends Serializable

  2. object PartitionFirstElemsRDD

  3. object PartitionSizesRDD

  4. object RDDStats

Ungrouped