Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Field and Description |
---|---|
private AggregationOptions.OutputMode |
AggregationOptions.outputMode |
private AggregationOptions.OutputMode |
AggregationOptions.Builder.outputMode |
Modifier and Type | Method and Description |
---|---|
AggregationOptions.OutputMode |
AggregationOptions.getOutputMode()
The mode of output for this configuration.
|
static AggregationOptions.OutputMode |
AggregationOptions.OutputMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationOptions.OutputMode[] |
AggregationOptions.OutputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AggregationOptions.Builder |
AggregationOptions.Builder.outputMode(AggregationOptions.OutputMode mode)
The mode of output for this configuration.
|