Packages

t

org.apache.spark

Partition

trait Partition extends Serializable

An identifier for a partition in an RDD.

Source
Partition.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Partition
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def index: Int

    Get the partition's index within its parent RDD

Concrete Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    Partition → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    Partition → AnyRef → Any