com.stratio.datasource

partitioner

package partitioner

Visibility
  1. Public
  2. All

Type Members

  1. case class PartitionRange[T](minKey: Option[T], maxKey: Option[T]) extends Product with Serializable

    Determines a range of keys that compounds some partition

  2. trait Partitioner[T <: Partition] extends Serializable

    Provides the way to compute and get spark partitions over some Data Source.

Ungrouped