| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.mongodb.MapReduceCommand.OutputType | |
INLINE - Return results inline, no result is written to the DB server REPLACE - Save the job output to a collection, replacing its previous content MERGE - Merge the job output with the existing contents of outputTarget collection REDUCE - Reduce the job output with the existing contents of outputTarget collection
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MapReduceCommand.OutputType | INLINE | ||||||||||
| MapReduceCommand.OutputType | MERGE | ||||||||||
| MapReduceCommand.OutputType | REDUCE | ||||||||||
| MapReduceCommand.OutputType | REPLACE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||