Module spring.data.mongodb
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
inCollectionMethods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithMapFunction
mapMethods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithOptions
withMethods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithProjection
asMethods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithQuery
matching, matchingMethods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithReduceFunction
reduceMethods inherited from interface org.springframework.data.mongodb.core.ReactiveMapReduceOperation.TerminatingMapReduce
all