GridFSFindIterable |
GridFSFindIterable.batchSize(int batchSize) |
Deprecated.
Sets the number of documents to return per batch.
|
GridFSFindIterable |
GridFSFindIterable.collation(Collation collation) |
Deprecated.
Sets the collation options
|
GridFSFindIterable |
GridFSFindIterable.filter(Bson filter) |
Deprecated.
Sets the query filter to apply to the query.
|
GridFSFindIterable |
GridFSBucket.find() |
Deprecated.
Finds all documents in the files collection.
|
GridFSFindIterable |
GridFSBucket.find(ClientSession clientSession) |
Deprecated.
Finds all documents in the files collection.
|
GridFSFindIterable |
GridFSBucket.find(ClientSession clientSession,
Bson filter) |
Deprecated.
Finds all documents in the collection that match the filter.
|
GridFSFindIterable |
GridFSBucket.find(Bson filter) |
Deprecated.
Finds all documents in the collection that match the filter.
|
GridFSFindIterable |
GridFSFindIterable.limit(int limit) |
Deprecated.
Sets the limit to apply.
|
GridFSFindIterable |
GridFSFindIterable.maxTime(long maxTime,
TimeUnit timeUnit) |
Deprecated.
Sets the maximum execution time on the server for this operation.
|
GridFSFindIterable |
GridFSFindIterable.noCursorTimeout(boolean noCursorTimeout) |
Deprecated.
The server normally times out idle cursors after an inactivity period (10 minutes)
to prevent excess memory use.
|
GridFSFindIterable |
GridFSFindIterable.skip(int skip) |
Deprecated.
Sets the number of documents to skip.
|
GridFSFindIterable |
GridFSFindIterable.sort(Bson sort) |
Deprecated.
Sets the sort criteria to apply to the query.
|