Interface ReactiveMapReduceOperation.ReactiveMapReduce<T>
- All Superinterfaces:
ReactiveMapReduceOperation.MapReduceWithCollection<T>
,ReactiveMapReduceOperation.MapReduceWithMapFunction<T>
,ReactiveMapReduceOperation.MapReduceWithOptions<T>
,ReactiveMapReduceOperation.MapReduceWithProjection<T>
,ReactiveMapReduceOperation.MapReduceWithQuery<T>
,ReactiveMapReduceOperation.MapReduceWithReduceFunction<T>
,ReactiveMapReduceOperation.TerminatingMapReduce<T>
- Enclosing interface:
- ReactiveMapReduceOperation
public static interface ReactiveMapReduceOperation.ReactiveMapReduce<T>
extends ReactiveMapReduceOperation.MapReduceWithMapFunction<T>, ReactiveMapReduceOperation.MapReduceWithReduceFunction<T>, ReactiveMapReduceOperation.MapReduceWithCollection<T>, ReactiveMapReduceOperation.MapReduceWithProjection<T>, ReactiveMapReduceOperation.MapReduceWithOptions<T>
ReactiveMapReduceOperation.ReactiveMapReduce
provides methods for constructing reactive mapReduce operations in a fluent way.- Since:
- 2.1
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithCollection
inCollection
Methods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithMapFunction
map
Methods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithOptions
with
Methods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithProjection
as
Methods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithQuery
matching, matching
Methods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithReduceFunction
reduce
Methods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.TerminatingMapReduce
all