object PartitionerIndex extends Serializable

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

Value Members

  1. implicit object SpaceTimePartitioner extends PartitionerIndex[SpaceTimeKey]

    This is hoped to be a reasonable default value.

    This is hoped to be a reasonable default value. The partitioner groups keys in 16x16 blocks spatially and by year temporally.

  2. implicit object SpatialPartitioner extends PartitionerIndex[SpatialKey]

    This is a reasonable default value.

    This is a reasonable default value. Operating on 512x512 tiles of Doubles This partitioner will produces partitions of approximately half a gigabyte (16x16 blocks of 512x512 tiles of 64bit)