c

geotrellis.spark.partition

ReorderedDependency

class ReorderedDependency[T] extends NarrowDependency[T]

Linear Supertypes
NarrowDependency[T], Dependency[T], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReorderedDependency
  2. NarrowDependency
  3. Dependency
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReorderedDependency(rdd: RDD[T], f: (Int) ⇒ Option[Int])

Value Members

  1. def getParents(partitionId: Int): List[Int]
    Definition Classes
    ReorderedDependency → NarrowDependency
  2. def rdd: RDD[T]
    Definition Classes
    NarrowDependency → Dependency