Package

com.mongodb.spark

rdd

Permalink

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. case class DocumentRDDFunctions[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 MongoDB.

    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

  2. class MongoRDD[D] extends RDD[D]

    Permalink

    MongoRDD Class

    MongoRDD Class

    D

    the type of the collection documents

Value Members

  1. package api

    Permalink
  2. package partitioner

    Permalink

Ungrouped