Packages

c

org.apache.spark.rdd

PartitionGroup

class PartitionGroup extends AnyRef

Developer API

::DeveloperApi:: A group of Partitions

Annotations
@DeveloperApi()
Source
coalesce-public.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartitionGroup
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartitionGroup(prefLoc: Option[String] = None)

    prefLoc

    preferred location for the partition group

Value Members

  1. def numPartitions: Int
  2. val partitions: ArrayBuffer[Partition]
  3. val prefLoc: Option[String]