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/FindObservable.html below:

Mongo Scala Driver - org.mongodb.scala.FindObservable

case class FindObservable[TResult](wrapped: FindIterable[TResult]) extends Observable[TResult] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FindObservable
  2. Serializable
  3. Product
  4. Equals
  5. Observable
  6. Observable
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. Protected
Instance Constructors
  1. new FindObservable(wrapped: FindIterable[TResult])
Value Members
  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def batchSize(batchSize: Int): FindObservable[TResult]

    Sets the number of documents to return per batch.

  6. def clone(): AnyRef
  7. def collation(collation: Collation): FindObservable[TResult]

    Sets the collation options

  8. def comment(comment: String): FindObservable[TResult]

    Sets the comment to the query.

  9. def cursorType(cursorType: CursorType): FindObservable[TResult]

    Sets the cursor type.

  10. final def eq(arg0: AnyRef): Boolean
  11. def filter(filter: Bson): FindObservable[TResult]

    Sets the query filter to apply to the query.

  12. def finalize(): Unit
  13. def first(): SingleObservable[TResult]

    Helper to return a Observable limited to just the first result the query.

  14. final def getClass(): Class[_ <: AnyRef]
  15. def hint(hint: Bson): FindObservable[TResult]

    Sets the hint for which index to use.

  16. def hintString(hint: String): FindObservable[TResult]

    Sets the hint to apply.

  17. final def isInstanceOf[T0]: Boolean
  18. def limit(limit: Int): FindObservable[TResult]

    Sets the limit to apply.

  19. def max(max: Bson): FindObservable[TResult]

    Sets the exclusive upper bound for a specific index.

  20. def maxAwaitTime(duration: Duration): FindObservable[TResult]

    The maximum amount of time for the server to wait on new documents to satisfy a tailable cursor query.

  21. def maxTime(duration: Duration): FindObservable[TResult]

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

  22. def min(min: Bson): FindObservable[TResult]

    Sets the minimum inclusive lower bound for a specific index.

  23. final def ne(arg0: AnyRef): Boolean
  24. def noCursorTimeout(noCursorTimeout: Boolean): FindObservable[TResult]

    The server normally times out idle cursors after an inactivity period (10 minutes) to prevent excess memory use.

  25. final def notify(): Unit
  26. final def notifyAll(): Unit
  27. def oplogReplay(oplogReplay: Boolean): FindObservable[TResult]

    Users should not set this under normal circumstances.

  28. def partial(partial: Boolean): FindObservable[TResult]

    Get partial results from a sharded cluster if one or more shards are unreachable (instead of throwing an error).

  29. def productElementNames: Iterator[String]
  30. def projection(projection: Bson): FindObservable[TResult]

    Sets a document describing the fields to return for all matching documents.

  31. def returnKey(returnKey: Boolean): FindObservable[TResult]

    Sets the returnKey.

  32. def showRecordId(showRecordId: Boolean): FindObservable[TResult]

    Sets the showRecordId.

  33. def skip(skip: Int): FindObservable[TResult]

    Sets the number of documents to skip.

  34. def sort(sort: Bson): FindObservable[TResult]

    Sets the sort criteria to apply to the query.

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

    Request Observable to start streaming data.

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

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

  37. final def synchronized[T0](arg0: => T0): T0
  38. final def wait(): Unit
  39. final def wait(arg0: Long, arg1: Int): Unit
  40. final def wait(arg0: Long): Unit
Deprecated Value Members
  1. def maxScan(maxScan: Long): FindObservable[TResult]

    Sets the maximum number of documents or index keys to scan when executing the query.

  2. def modifiers(modifiers: Bson): FindObservable[TResult]

    Sets the query modifiers to apply to this operation.

  3. def snapshot(snapshot: Boolean): FindObservable[TResult]

    Sets the snapshot.

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