|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapReduceResult
Defines a way to access the results of a Map/reduce query.
MapReduce.execute()
Method Summary | ||
---|---|---|
|
getResult(Class<T> resultType)
Mapped results to a simple java type, can be a Collection type (Map, List etc) or a Java Bean style class. |
|
String |
getResultRaw()
The raw JSON string of the result |
Method Detail |
---|
<T> Collection<T> getResult(Class<T> resultType) throws ConversionException
T
- resultType
- A Java type to map the result too.
ConversionException
String getResultRaw()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |