Example usage for Java com.mongodb.client MapReduceIterable fields, constructors, methods, implement or subclass
The text is from its open source code.
MapReduceIterable | action(MapReduceAction action) Specify the MapReduceAction to be used when writing to a collection. |
MapReduceIterable | collectionName(String collectionName) Sets the collectionName for the output of the MapReduce The default action is replace the collection if it exists, to change this use #action . |
MapReduceIterable | filter(@Nullable Bson filter) Sets the query filter to apply to the query. |
MapReduceIterable | finalizeFunction(@Nullable String finalizeFunction) Sets the JavaScript function that follows the reduce method and modifies the output. |