com.mongodb.casbah

map_reduce

package map_reduce

Visibility
  1. Public
  2. All

Type Members

  1. class MapReduceCollectionBasedResult extends MapReduceResult

  2. class MapReduceCommand extends AnyRef

    Wrapper class for invoking MongoDB mapReduces.

  3. class MapReduceError extends MapReduceResult

  4. class MapReduceException extends MongoException

  5. class MapReduceInlineResult extends MapReduceCollectionBasedResult

  6. case class MapReduceMergeOutput(collection: String) extends MapReduceOutputTarget with Product with Serializable

  7. trait MapReduceOutputTarget extends AnyRef

  8. case class MapReduceReduceOutput(collection: String) extends MapReduceOutputTarget with Product with Serializable

  9. trait MapReduceResult extends Iterator[Imports.DBObject] with Logging

    Wrapper for MongoDB MapReduceResults, implementing iterator to allow direct iterator over the result set.

  10. case class MapReduceStandardOutput(collection: String) extends MapReduceOutputTarget with Product with Serializable

Value Members

  1. object MapReduceCommand

    Wrapper Object to provide apply methods for the MapReduceCommand class.

  2. object MapReduceInlineOutput extends MapReduceOutputTarget with Product with Serializable

  3. object MapReduceResult extends Logging

Ungrouped