public static interface ExecutableMapReduceOperation.MapReduceWithOptions<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableMapReduceOperation.ExecutableMapReduce<T> |
with(MapReduceOptions options)
Set additional options to apply to the mapReduce operation.
|
ExecutableMapReduceOperation.ExecutableMapReduce<T> with(MapReduceOptions options)
options - must not be null.ExecutableMapReduceOperation.ExecutableMapReduce.IllegalArgumentException - if options is null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.