public interface AggregateIterableDecorator<T> extends MongoIterableDecorator<T>, com.mongodb.client.AggregateIterable<T>
| Modifier and Type | Method and Description |
|---|---|
default com.mongodb.client.AggregateIterable<T> |
allowDiskUse(Boolean allowDiskUse) |
default com.mongodb.client.AggregateIterable<T> |
batchSize(int batchSize) |
default com.mongodb.client.AggregateIterable<T> |
bypassDocumentValidation(Boolean bypassDocumentValidation) |
default com.mongodb.client.AggregateIterable<T> |
collation(com.mongodb.client.model.Collation collation) |
default com.mongodb.client.AggregateIterable<T> |
comment(String s) |
com.mongodb.client.AggregateIterable<T> |
getImpl() |
default com.mongodb.client.AggregateIterable<T> |
hint(org.bson.conversions.Bson bson) |
default com.mongodb.client.AggregateIterable<T> |
maxAwaitTime(long l,
TimeUnit timeUnit) |
default com.mongodb.client.AggregateIterable<T> |
maxTime(long maxTime,
TimeUnit timeUnit) |
default void |
toCollection() |
default com.mongodb.client.AggregateIterable<T> |
useCursor(Boolean useCursor)
Deprecated.
|
cursor, first, forEach, forEach, getInvoker, into, iterator, map, spliteratorcom.mongodb.client.AggregateIterable<T> getImpl()
getImpl in interface MongoIterableDecorator<T>default void toCollection()
toCollection in interface com.mongodb.client.AggregateIterable<T>default com.mongodb.client.AggregateIterable<T> allowDiskUse(Boolean allowDiskUse)
allowDiskUse in interface com.mongodb.client.AggregateIterable<T>default com.mongodb.client.AggregateIterable<T> batchSize(int batchSize)
batchSize in interface com.mongodb.client.AggregateIterable<T>batchSize in interface com.mongodb.client.MongoIterable<T>batchSize in interface MongoIterableDecorator<T>default com.mongodb.client.AggregateIterable<T> maxTime(long maxTime, TimeUnit timeUnit)
maxTime in interface com.mongodb.client.AggregateIterable<T>@Deprecated default com.mongodb.client.AggregateIterable<T> useCursor(Boolean useCursor)
useCursor in interface com.mongodb.client.AggregateIterable<T>default com.mongodb.client.AggregateIterable<T> bypassDocumentValidation(Boolean bypassDocumentValidation)
bypassDocumentValidation in interface com.mongodb.client.AggregateIterable<T>default com.mongodb.client.AggregateIterable<T> collation(com.mongodb.client.model.Collation collation)
collation in interface com.mongodb.client.AggregateIterable<T>default com.mongodb.client.AggregateIterable<T> maxAwaitTime(long l, TimeUnit timeUnit)
maxAwaitTime in interface com.mongodb.client.AggregateIterable<T>default com.mongodb.client.AggregateIterable<T> comment(String s)
comment in interface com.mongodb.client.AggregateIterable<T>Copyright © 2021. All rights reserved.