Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
AggregateExplainOperation |
AggregateExplainOperation.allowDiskUse(java.lang.Boolean allowDiskUse)
Enables writing to temporary files.
|
AggregateExplainOperation |
AggregateExplainOperation.collation(Collation collation)
Sets the collation options
|
AggregateExplainOperation |
AggregateExplainOperation.maxTime(long maxTime,
java.util.concurrent.TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|