Package | Description |
---|---|
com.mongodb.client |
This package contains client interfaces
|
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(Bson filter)
Sets the query filter to apply to the query.
|
ListCollectionsIterable<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 © 2016. All Rights Reserved.