public static interface ExecutableMapReduceOperation.MapReduceWithProjection<T> extends ExecutableMapReduceOperation.MapReduceWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
<R> ExecutableMapReduceOperation.MapReduceWithQuery<R> |
as(Class<R> resultType)
Define the target type fields should be mapped to.
|
matching, matchingall<R> ExecutableMapReduceOperation.MapReduceWithQuery<R> as(Class<R> resultType)
R - result type.resultType - must not be null.ExecutableMapReduceOperation.TerminatingMapReduce.IllegalArgumentException - if resultType is null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.