MapReduceOptions<T> |
MapReduceOptions.bypassDocumentValidation(java.lang.Boolean bypassDocumentValidation) |
Deprecated.
Sets whether to bypass document validation.
|
MapReduceOptions<T> |
MapReduceOptions.collation(com.mongodb.client.model.Collation collation) |
Deprecated.
Sets the collation options
|
MapReduceOptions<T> |
MapReduceOptions.finalize(java.lang.String finalize) |
Deprecated.
Sets the Finalize JS Function
|
MapReduceOptions<T> |
MapReduceOptions.inputCollection(java.lang.String name) |
Deprecated.
Sets the input collection for the job should that collection differ from the mapped collection used in the query
|
MapReduceOptions<T> |
MapReduceOptions.jsMode(java.lang.Boolean jsMode) |
Deprecated.
Sets the (optional) JavaScript Mode
|
MapReduceOptions<T> |
MapReduceOptions.limit(int limit) |
Deprecated.
Sets the (optional) limit on input
|
MapReduceOptions<T> |
MapReduceOptions.map(java.lang.String map) |
Deprecated.
Set the JavaScript function that associates or "maps" a value with a key and emits the key and value pair.
|
MapReduceOptions<T> |
MapReduceOptions.maxTimeMS(long maxTimeMS) |
Deprecated.
Sets the max execution time for this command, in the given time unit.
|
MapReduceOptions<T> |
MapReduceOptions.outputCollection(java.lang.String name) |
Deprecated.
Sets the output collection for the job
|
MapReduceOptions<T> |
MapReduceOptions.outputDB(java.lang.String outputDB) |
Deprecated.
Sets the (optional) database name where the output collection should reside
|
MapReduceOptions<T> |
MapReduceOptions.outputType(com.mongodb.MapReduceCommand.OutputType outputType) |
Deprecated.
Sets the output type of the job
|
MapReduceOptions<T> |
MapReduceOptions.query(Query query) |
Deprecated.
Sets the query defining the input for the job.
|
MapReduceOptions<T> |
MapReduceOptions.readPreference(com.mongodb.ReadPreference preference) |
Deprecated.
Sets the read preference for this command.
|
MapReduceOptions<T> |
MapReduceOptions.reduce(java.lang.String reduce) |
Deprecated.
Sets the JavaScript function that "reduces" to a single object all the values associated with a particular key.
|
MapReduceOptions<T> |
MapReduceOptions.resultType(java.lang.Class<T> resultType) |
Deprecated.
Sets the result type of the job
|
MapReduceOptions<T> |
MapReduceOptions.scope(java.util.Map<java.lang.String,java.lang.Object> scope) |
Deprecated.
Sets the (optional) JavaScript scope
|
MapReduceOptions<T> |
MapReduceOptions.verbose(java.lang.Boolean verbose) |
Deprecated.
Sets the verbosity of the MapReduce job, defaults to 'true'
|