Package | Description |
---|---|
com.mongodb | |
com.mongodb.client |
Modifier and Type | Method and Description |
---|---|
ListDatabasesIterable<org.bson.Document> |
MongoClient.listDatabases()
Gets the list of databases
|
<T> ListDatabasesIterable<T> |
MongoClient.listDatabases(Class<T> clazz)
Gets the list of databases
|
Modifier and Type | Method and Description |
---|---|
ListDatabasesIterable<TResult> |
ListDatabasesIterable.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListDatabasesIterable<TResult> |
ListDatabasesIterable.maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
Copyright © 2017. All rights reserved.