Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AggregateIterableImpl<TDocument,TResult> |
Modifier and Type | Method and Description |
---|---|
AggregateIterable<TDocument> |
MongoCollectionImpl.aggregate(java.util.List<? extends Bson> pipeline) |
AggregateIterable<TDocument> |
MongoCollection.aggregate(java.util.List<? extends Bson> pipeline)
Aggregates documents according to the specified aggregation pipeline.
|
<TResult> AggregateIterable<TResult> |
MongoCollectionImpl.aggregate(java.util.List<? extends Bson> pipeline,
java.lang.Class<TResult> resultClass) |
<TResult> AggregateIterable<TResult> |
MongoCollection.aggregate(java.util.List<? extends Bson> pipeline,
java.lang.Class<TResult> resultClass)
Aggregates documents according to the specified aggregation pipeline.
|
AggregateIterable<TResult> |
AggregateIterable.allowDiskUse(java.lang.Boolean allowDiskUse)
Enables writing to temporary files.
|
AggregateIterable<TResult> |
AggregateIterableImpl.allowDiskUse(java.lang.Boolean allowDiskUse) |
AggregateIterable<TResult> |
AggregateIterable.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
AggregateIterable<TResult> |
AggregateIterableImpl.batchSize(int batchSize) |
AggregateIterable<TResult> |
AggregateIterable.bypassDocumentValidation(java.lang.Boolean bypassDocumentValidation)
Sets the bypass document level validation flag.
|
AggregateIterable<TResult> |
AggregateIterableImpl.bypassDocumentValidation(java.lang.Boolean bypassDocumentValidation) |
AggregateIterable<TResult> |
AggregateIterable.collation(Collation collation)
Sets the collation options
|
AggregateIterable<TResult> |
AggregateIterableImpl.collation(Collation collation) |
AggregateIterable<TResult> |
AggregateIterable.maxTime(long maxTime,
java.util.concurrent.TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
AggregateIterable<TResult> |
AggregateIterableImpl.maxTime(long maxTime,
java.util.concurrent.TimeUnit timeUnit) |
AggregateIterable<TResult> |
AggregateIterable.useCursor(java.lang.Boolean useCursor)
Sets whether the server should use a cursor to return results.
|
AggregateIterable<TResult> |
AggregateIterableImpl.useCursor(java.lang.Boolean useCursor) |