FindIterable<T>
batchSize(int batchSize)
Deprecated.
Sets the number of documents to return per batch.
FindIterable<T>
collation(Collation collation)
Deprecated.
Sets the collation options
FindIterable<T>
comment(String comment)
Deprecated.
Sets the comment to the query.
FindIterable<T>
cursorType(CursorType cursorType)
Deprecated.
Sets the cursor type.
FindIterable<T>
filter(Bson filter)
Deprecated.
Sets the query filter to apply to the query.
FindIterable<T>
hint(Bson hint)
Deprecated.
Sets the hint for which index to use.
FindIterable<T>
hintString(String hint)
Deprecated.
Sets the hint to apply.
FindIterable<T>
limit(int limit)
Deprecated.
Sets the limit to apply.
FindIterable<T>
max(Bson max)
Deprecated.
Sets the exclusive upper bound for a specific index.
FindIterable<T>
maxAwaitTime(long maxAwaitTime, TimeUnit timeUnit)
Deprecated.
The maximum amount of time for the server to wait on new documents to satisfy a tailable cursor query.
FindIterable<T>
maxScan(long maxScan)
Deprecated.
Deprecated as of MongoDB 4.0 release
FindIterable<T>
maxTime(long maxTime, TimeUnit timeUnit)
Deprecated.
Sets the maximum execution time on the server for this operation.
FindIterable<T>
min(Bson min)
Deprecated.
Sets the minimum inclusive lower bound for a specific index.
FindIterable<T>
modifiers(Bson modifiers)
Deprecated.
use the individual setters instead
FindIterable<T>
noCursorTimeout(boolean noCursorTimeout)
Deprecated.
The server normally times out idle cursors after an inactivity period (10 minutes) to prevent excess memory use.
FindIterable<T>
oplogReplay(boolean oplogReplay)
Deprecated.
Users should not set this under normal circumstances.
FindIterable<T>
partial(boolean partial)
Deprecated.
Get partial results from a sharded cluster if one or more shards are unreachable (instead of throwing an error).
FindIterable<T>
projection(Bson projection)
Deprecated.
Sets a document describing the fields to return for all matching documents.
FindIterable<T>
returnKey(boolean returnKey)
Deprecated.
Sets the returnKey.
FindIterable<T>
showRecordId(boolean showRecordId)
Deprecated.
Sets the showRecordId.
FindIterable<T>
skip(int skip)
Deprecated.
Sets the number of documents to skip.
FindIterable<T>
snapshot(boolean snapshot)
Deprecated.
Deprecated in MongoDB 3.6 release and removed in MongoDB 4.0 release
FindIterable<T>
sort(Bson sort)
Deprecated.
Sets the sort criteria to apply to the query.
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