T
- The type of the result.public interface ListCollectionsFluent<T> extends MongoIterable<T>
Modifier and Type | Method and Description |
---|---|
ListCollectionsFluent<T> |
batchSize(int batchSize)
Sets the number of documents to return per batch.
|
ListCollectionsFluent<T> |
filter(Object filter)
Sets the query filter to apply to the query.
|
ListCollectionsFluent<T> |
maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
ListCollectionsFluent<T> filter(Object filter)
filter
- the filter, which may be null.ListCollectionsFluent<T> batchSize(int batchSize)
batchSize
- the batch sizeListCollectionsFluent<T> maxTime(long maxTime, TimeUnit timeUnit)
maxTime
- the max timetimeUnit
- the time unit, which may not be null