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