Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ListCollectionsIterableImpl<TResult> |
Modifier and Type | Method and Description |
---|---|
ListCollectionsIterable<TResult> |
ListCollectionsIterableImpl.batchSize(int batchSize) |
ListCollectionsIterable<TResult> |
ListCollectionsIterable.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListCollectionsIterable<TResult> |
ListCollectionsIterableImpl.filter(Bson filter) |
ListCollectionsIterable<TResult> |
ListCollectionsIterable.filter(Bson filter)
Sets the query filter to apply to the query.
|
ListCollectionsIterable<Document> |
MongoDatabaseImpl.listCollections() |
ListCollectionsIterable<Document> |
MongoDatabase.listCollections()
Finds all the collections in this database.
|
<TResult> ListCollectionsIterable<TResult> |
MongoDatabaseImpl.listCollections(java.lang.Class<TResult> resultClass) |
<TResult> ListCollectionsIterable<TResult> |
MongoDatabase.listCollections(java.lang.Class<TResult> resultClass)
Finds all the collections in this database.
|
ListCollectionsIterable<TResult> |
ListCollectionsIterableImpl.maxTime(long maxTime,
java.util.concurrent.TimeUnit timeUnit) |
ListCollectionsIterable<TResult> |
ListCollectionsIterable.maxTime(long maxTime,
java.util.concurrent.TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|