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

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

    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

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

    Permalink

    MongoRDD Class

    MongoRDD Class

    D

    the type of the collection documents

Value Members

  1. object MongoRDD extends Serializable

    Permalink

    The MongoRDD companion object

    The MongoRDD companion object

    Since

    1.0

  2. package api

    Permalink
  3. package partitioner

    Permalink

Ungrouped