A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mongodb.github.io/mongo-scala-driver/2.9/scaladoc/org/mongodb/scala/MapReduceObservable.html below:

Mongo Scala Driver - org.mongodb.scala.MapReduceObservable

case class MapReduceObservable[TResult](wrapped: MapReduceIterable[TResult]) extends Observable[TResult] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapReduceObservable
  2. Serializable
  3. Product
  4. Equals
  5. Observable
  6. Observable
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. Protected
Value Members
  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. def action(action: MapReduceAction): MapReduceObservable[TResult]

    Specify the MapReduceAction to be used when writing to a collection.

  5. final def asInstanceOf[T0]: T0
  6. def batchSize(batchSize: Int): MapReduceObservable[TResult]

    Sets the number of documents to return per batch.

  7. def bypassDocumentValidation(bypassDocumentValidation: Boolean): MapReduceObservable[TResult]

    Sets the bypass document level validation flag.

  8. def clone(): AnyRef
  9. def collation(collation: Collation): MapReduceObservable[TResult]

    Sets the collation options

  10. def collectionName(collectionName: String): MapReduceObservable[TResult]

    Sets the collectionName for the output of the MapReduce

  11. def databaseName(databaseName: String): MapReduceObservable[TResult]

    Sets the name of the database to output into.

  12. final def eq(arg0: AnyRef): Boolean
  13. def filter(filter: Bson): MapReduceObservable[TResult]

    Sets the query filter to apply to the query.

  14. def finalize(): Unit
  15. def finalizeFunction(finalizeFunction: String): MapReduceObservable[TResult]

    Sets the JavaScript function that follows the reduce method and modifies the output.

  16. final def getClass(): Class[_ <: AnyRef]
  17. final def isInstanceOf[T0]: Boolean
  18. def jsMode(jsMode: Boolean): MapReduceObservable[TResult]

    Sets the flag that specifies whether to convert intermediate data into BSON format between the execution of the map and reduce functions.

  19. def limit(limit: Int): MapReduceObservable[TResult]

    Sets the limit to apply.

  20. def maxTime(duration: Duration): MapReduceObservable[TResult]

    Sets the maximum execution time on the server for this operation.

  21. final def ne(arg0: AnyRef): Boolean
  22. def nonAtomic(nonAtomic: Boolean): MapReduceObservable[TResult]

    Sets if the post-processing step will prevent MongoDB from locking the database.

  23. final def notify(): Unit
  24. final def notifyAll(): Unit
  25. def productElementNames: Iterator[String]
  26. def scope(scope: Bson): MapReduceObservable[TResult]

    Sets the global variables that are accessible in the map, reduce and finalize functions.

  27. def sharded(sharded: Boolean): MapReduceObservable[TResult]

    Sets if the output database is sharded

  28. def sort(sort: Bson): MapReduceObservable[TResult]

    Sets the sort criteria to apply to the query.

  29. def subscribe(observer: Observer[_ >: TResult]): Unit

    Request Observable to start streaming data.

  30. def subscribe(observer: com.mongodb.async.client.Observer[_ >: TResult]): Unit

    Handles the automatic boxing of a Java Observable so it conforms to the interface.

  31. final def synchronized[T0](arg0: => T0): T0
  32. def toCollection(): Observable[Completed]

    Aggregates documents to a collection according to the specified map-reduce function with the given options, which must specify a non-inline result.

  33. def verbose(verbose: Boolean): MapReduceObservable[TResult]

    Sets whether to include the timing information in the result information.

  34. final def wait(): Unit
  35. final def wait(arg0: Long, arg1: Int): Unit
  36. final def wait(arg0: Long): Unit
  37. val wrapped: MapReduceIterable[TResult]

Inherited from Serializable


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4