Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Method and Description |
---|---|
AggregationOptions.Builder |
AggregationOptions.Builder.allowDiskUse(java.lang.Boolean allowDiskUse)
Set whether to enable external sort capabilities.
|
AggregationOptions.Builder |
AggregationOptions.Builder.batchSize(java.lang.Integer size)
Sets the size of batches to use when iterating over results.
|
static AggregationOptions.Builder |
AggregationOptions.builder()
Creates a new Builder for
AggregationOptions . |
AggregationOptions.Builder |
AggregationOptions.Builder.maxTime(long maxTime,
java.util.concurrent.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.
|