Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Method and Description |
---|---|
AggregationOptions.Builder |
AggregationOptions.Builder.allowDiskUse(Boolean allowDiskUse)
If true, this enables external sort capabilities otherwise $sort produces an error if the operation consumes 10 percent or
more of RAM.
|
AggregationOptions.Builder |
AggregationOptions.Builder.batchSize(Integer size)
Sets the size of batches to use when iterating over results.
|
static AggregationOptions.Builder |
AggregationOptions.builder() |
AggregationOptions.Builder |
AggregationOptions.Builder.maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time for the aggregation command.
|
AggregationOptions.Builder |
AggregationOptions.Builder.outputMode(AggregationOptions.OutputMode mode)
The mode of output for this configuration.
|