public static interface ReactiveMapReduceOperation.MapReduceWithCollection<T> extends ReactiveMapReduceOperation.MapReduceWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveMapReduceOperation.MapReduceWithProjection<T> |
inCollection(String collection)
Explicitly set the name of the collection to perform the mapReduce operation on.
|
matchingallReactiveMapReduceOperation.MapReduceWithProjection<T> inCollection(String collection)
collection - must not be null nor empty.ReactiveMapReduceOperation.MapReduceWithProjection.IllegalArgumentException - if collection is null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.