Interface ReactiveMapReduceOperation.MapReduceWithOptions<T>
- All Known Subinterfaces:
ReactiveMapReduceOperation.ReactiveMapReduce<T>
- Enclosing interface:
- ReactiveMapReduceOperation
public static interface ReactiveMapReduceOperation.MapReduceWithOptions<T>
Additional mapReduce options (Optional).
- Since:
- 2.1
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwith
(MapReduceOptions options) Set additional options to apply to the mapReduce operation.
-
Method Details
-
with
Set additional options to apply to the mapReduce operation.- Parameters:
options
- must not be null.- Returns:
- new instance of
ReactiveMapReduceOperation.ReactiveMapReduce
. - Throws:
IllegalArgumentException
- if options is null.
-