Package

com.microsoft.azure.cosmosdb.spark

partitioner

Permalink

package partitioner

Visibility
  1. Public
  2. All

Type Members

  1. case class CosmosDBPartition(index: Int, partitionCount: Int, partitionKeyRangeId: Int) extends Partition with Product with Serializable

    Permalink
  2. class CosmosDBPartitioner extends Partitioner[Partition] with LoggingTrait

    Permalink
  3. trait Partitioner[T <: Partition] extends Serializable

    Permalink

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

Ungrouped