T - the type of the MR result objectspublic abstract class MapReduceResultHandler<T> extends Object implements org.jongo.ResultHandler<T>
ResultHandler used in map-reduce-operations in the DAO classes| Constructor and Description |
|---|
MapReduceResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
T |
map(com.mongodb.DBObject result) |
protected abstract T |
map(Object key,
Object value)
map the given map-reduce result to the desired class
|
Copyright © 2013–2015 Taimos GmbH. All rights reserved.