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