Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
Modifier and Type | Method and Description |
---|---|
ListDatabasesIterable<T> |
ListDatabasesIterable.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListDatabasesIterable<Document> |
MongoClient.listDatabases()
Gets the list of databases
|
<TResult> ListDatabasesIterable<TResult> |
MongoClient.listDatabases(Class<TResult> resultClass)
Gets the list of databases
|
ListDatabasesIterable<T> |
ListDatabasesIterable.maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
Copyright © 2016. All Rights Reserved.