Package

com.microsoft.azure.cosmosdb.spark

rdd

Permalink

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. class CosmosDBRDD extends RDD[Document]

    Permalink
  2. class CosmosDBRDDIterator extends Iterator[Document] with LoggingTrait

    Permalink
  3. case class CosmosRDDFunctions[D](rdd: RDD[D])(implicit e: DefaultsTo[D, Document], ct: ClassTag[D]) extends Product with Serializable

    Permalink

    :: DeveloperApi ::

    :: DeveloperApi ::

    Functions for RDD's that allow the data to be saved to CosmosDB.

    D

    the type of data in the RDD

    rdd

    the rdd

    e

    the implicit datatype of the rdd

    ct

    the implicit ClassTag of the datatype of the rdd

    Annotations
    @DeveloperApi()
    Since

    1.0

  4. case class JavaCosmosDBRDD(rdd: CosmosDBRDD) extends JavaRDD[Document] with Product with Serializable

    Permalink

Value Members

  1. object CosmosDBRDDIterator

    Permalink

Ungrouped