-
Method Summary
| Modifier and Type |
Method |
Description |
default com.mongodb.client.ListIndexesIterable<T> |
batchSize(int batchSize) |
|
com.mongodb.client.ListIndexesIterable<T> |
getImpl() |
|
default com.mongodb.client.ListIndexesIterable<T> |
maxTime(long maxTime,
java.util.concurrent.TimeUnit timeUnit) |
|
-
Method Details
-
-
default com.mongodb.client.ListIndexesIterable<T> maxTime(
long maxTime,
java.util.concurrent.TimeUnit timeUnit)
- Specified by:
maxTime in interface com.mongodb.client.ListIndexesIterable<T>
-
default com.mongodb.client.ListIndexesIterable<T> batchSize(
int batchSize)
- Specified by:
batchSize in interface com.mongodb.client.ListIndexesIterable<T>
- Specified by:
batchSize in interface com.mongodb.client.MongoIterable<T>
- Specified by:
batchSize in interface MongoIterableDecorator<T>