Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
private AggregateToCollectionOperation |
AggregateIterableImpl.createAggregateToCollectionOperation(java.util.List<BsonDocument> aggregateList) |
Modifier and Type | Method and Description |
---|---|
private AggregateToCollectionOperation |
AggregateIterableImpl.createAggregateToCollectionOperation(java.util.List<BsonDocument> aggregateList) |
Modifier and Type | Method and Description |
---|---|
AggregateToCollectionOperation |
AggregateToCollectionOperation.allowDiskUse(java.lang.Boolean allowDiskUse)
Enables writing to temporary files.
|
AggregateToCollectionOperation |
AggregateToCollectionOperation.bypassDocumentValidation(java.lang.Boolean bypassDocumentValidation)
Sets the bypass document level validation flag.
|
AggregateToCollectionOperation |
AggregateToCollectionOperation.collation(Collation collation)
Sets the collation options
|
AggregateToCollectionOperation |
AggregateToCollectionOperation.comment(java.lang.String comment)
Sets the comment to the aggregation.
|
AggregateToCollectionOperation |
AggregateToCollectionOperation.hint(BsonDocument hint)
Sets the hint for which index to use.
|
AggregateToCollectionOperation |
AggregateToCollectionOperation.maxTime(long maxTime,
java.util.concurrent.TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|