Class

geotrellis.spark.partition

SpacePartitioner

Related Doc: package partition

Permalink

case class SpacePartitioner[K](bounds: Bounds[K])(implicit evidence$1: Boundable[K], evidence$2: ClassTag[K], index: PartitionerIndex[K]) extends Partitioner with Product with Serializable

Linear Supertypes
Product, Equals, Partitioner, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpacePartitioner
  2. Product
  3. Equals
  4. Partitioner
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpacePartitioner(bounds: Bounds[K])(implicit arg0: Boundable[K], arg1: ClassTag[K], index: PartitionerIndex[K])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[V, M](rdd: RDD[(K, V)] with Metadata[M])(implicit arg0: ClassTag[V], arg1: GetComponent[M, Bounds[K]]): RDD[(K, V)] with Metadata[Bounds[K]]

    Permalink

    Use this partitioner as a partitioner for rdd.

    Use this partitioner as a partitioner for rdd. The rdd may have a SpacePartitioner already. If it is in sync with Bounds in the Metadata and PartitionIndex we assume it to be valid . Otherwise we assume it has degraded to be a hash partitioner and we must perform a shuffle.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bounds: Bounds[K]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def containsKey(key: Any): Boolean

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getPartition(key: Any): Int

    Permalink
    Definition Classes
    SpacePartitioner → Partitioner
  13. def hasSameIndex(other: SpacePartitioner[K]): Boolean

    Permalink

    Is another space partitioner compatible in the sense of key to index mapping?

  14. implicit val index: PartitionerIndex[K]

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def numPartitions: Int

    Permalink
    Definition Classes
    SpacePartitioner → Partitioner
  20. def regionIndex(region: BigInt): Option[Int]

    Permalink

    Map given spatial region index to offset in region array (aka partition id)

  21. val regions: Array[BigInt]

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Partitioner

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped