org.apache

spark

package spark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CoGroupAggregator extends Aggregator[Any, Any, ArrayBuffer[Any]] with Serializable

  2. class CoGroupPartition extends Partition with Serializable

  3. sealed trait CoGroupSplitDep extends Serializable

  4. class CoGroupedRDD[K] extends RDD[(K, Array[ArrayBuffer[Any]])] with Logging

  5. case class NarrowCoGroupSplitDep(rdd: RDD[_], splitIndex: Int, split: Partition) extends CoGroupSplitDep with Product with Serializable

  6. case class ShuffleCoGroupSplitDep(shuffleId: Int) extends CoGroupSplitDep with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped