Package | Description |
---|---|
com.mongodb.client |
Modifier and Type | Method and Description |
---|---|
ListCollectionsIterable<TResult> |
ListCollectionsIterable.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListCollectionsIterable<TResult> |
ListCollectionsIterable.filter(org.bson.conversions.Bson filter)
Sets the query filter to apply to the query.
|
ListCollectionsIterable<org.bson.Document> |
MongoDatabase.listCollections()
Finds all the collections in this database.
|
<TResult> ListCollectionsIterable<TResult> |
MongoDatabase.listCollections(Class<TResult> resultClass)
Finds all the collections in this database.
|
ListCollectionsIterable<TResult> |
ListCollectionsIterable.maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
Copyright © 2017. All rights reserved.