com.microsoft.azure.cosmosdb

spark

package spark

Whole CosmosDB helpers.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class CosmosDBSpark(sparkSession: SparkSession, readConfig: Config) extends Product with Serializable

    The CosmosDBSpark class

  2. class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider with LoggingTrait

  3. case class SparkContextFunctions(sc: SparkContext) extends Serializable with Product with Serializable

Value Members

  1. object Constants

  2. object CosmosDBConnection extends Serializable

  3. object CosmosDBSpark extends LoggingTrait with Serializable

    The CosmosDBSpark allow fast creation of RDDs, DataFrames or Datasets from CosmosDBSpark.

  4. object DefaultHelper

    :: DeveloperApi ::

  5. package config

  6. package gremlin

  7. package partitioner

  8. package query

  9. package rdd

  10. package schema

    The CosmosDB Spark Connector schema package

  11. package streaming

  12. implicit def toDocumentRDDFunctions[D](rdd: RDD[D])(implicit e: DefaultsTo[D, Document], ct: ClassTag[D]): CosmosRDDFunctions[D]

    :: DeveloperApi ::

    :: DeveloperApi ::

    Helper to implicitly add CosmosDB based functions to a SparkContext

    rdd

    the RDD to save to CosmosDB

    returns

    the CosmosDB based Spark Context

    Annotations
    @DeveloperApi()
  13. implicit def toSparkContextFunctions(sc: SparkContext): SparkContextFunctions

    :: DeveloperApi ::

    :: DeveloperApi ::

    Helper to implicitly add CosmosDB based functions to a SparkContext

    sc

    the current SparkContext

    returns

    the CosmosDB based Spark Context

    Annotations
    @DeveloperApi()
  14. package util

Inherited from AnyRef

Inherited from Any

Ungrouped