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, parents: Collection[String]) extends Partition with Product with Serializable

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

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

    Permalink

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

Ungrouped