Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
AggregateToCollectionOperation |
AggregateToCollectionOperation.allowDiskUse(Boolean allowDiskUse)
Enables writing to temporary files.
|
AggregateToCollectionOperation |
AggregateToCollectionOperation.bypassDocumentValidation(Boolean bypassDocumentValidation)
Sets the bypass document level validation flag.
|
AggregateToCollectionOperation |
AggregateToCollectionOperation.maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
Copyright © 2016. All Rights Reserved.