case class QueryOpts(skipN: Int = 0, batchSizeN: Int = 0, flagsN: Int = 0) extends QueryOps with Product with Serializable
A helper to make the query options. You may use the methods to set the fields of this class, or set them directly.
- skipN
the number of documents to skip.
- batchSizeN
the upper limit on the number of documents to retrieve per batch (0 for unspecified)
- flagsN
the query flags
- Alphabetic
- By Inheritance
- QueryOpts
- Serializable
- Serializable
- Product
- Equals
- QueryOps
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (QueryOpts, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
awaitData: QueryOpts
Toggles AwaitData: Block a little while waiting for more data instead of returning immediately if no data.
-
def
batchSize(n: Int): QueryOpts
Sets an upper limit on the number of documents to retrieve per batch.
- val batchSizeN: Int
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (QueryOpts) ⇒ Boolean, msg: ⇒ Any): QueryOpts
- def ensuring(cond: (QueryOpts) ⇒ Boolean): QueryOpts
- def ensuring(cond: Boolean, msg: ⇒ Any): QueryOpts
- def ensuring(cond: Boolean): QueryOpts
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
exhaust: QueryOpts
Toggles Exhaust
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flags(n: Int): QueryOpts
Sets the query flags.
- val flagsN: Int
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
noCursorTimeout: QueryOpts
Toggles NoCursorTimeout: The cursor will not expire automatically
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
oplogReplay: QueryOpts
Toggles OplogReplay
-
def
partial: QueryOpts
Toggles Partial: The response can be partial - if a shard is down, no error will be thrown.
-
def
skip(n: Int): QueryOpts
Sets the number of documents to skip.
- val skipN: Int
-
def
slaveOk: QueryOpts
Toggles SlaveOk: The query is might be run on a secondary.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tailable: QueryOpts
Toggles TailableCursor: Makes the cursor not to close after all the data is consumed.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def →[B](y: B): (QueryOpts, B)