Interface ExecutableMapReduceOperation.MapReduceWithOptions<T>
- All Known Subinterfaces:
ExecutableMapReduceOperation.ExecutableMapReduce<T>
- Enclosing interface:
- ExecutableMapReduceOperation
Deprecated.
Additional mapReduce options (Optional).
- Since:
- 2.1
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwith
(MapReduceOptions options) Deprecated.Set additional options to apply to the mapReduce operation.
-
Method Details
-
with
Deprecated.Set additional options to apply to the mapReduce operation.- Parameters:
options
- must not be null.- Returns:
- new instance of
ExecutableMapReduceOperation.ExecutableMapReduce
. - Throws:
IllegalArgumentException
- if options is null.
-
org.springframework.data.mongodb.core.aggregation
.