T
- The type of the result.public interface ListDatabasesIterable<T> extends MongoIterable<T>
Modifier and Type | Method and Description |
---|---|
ListDatabasesIterable<T> |
batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListDatabasesIterable<T> |
maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
batchCursor, first, forEach, into, map
ListDatabasesIterable<T> maxTime(long maxTime, TimeUnit timeUnit)
maxTime
- the max timetimeUnit
- the time unit, which may not be nullListDatabasesIterable<T> batchSize(int batchSize)
batchSize
in interface MongoIterable<T>
batchSize
- the batch size