|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapReduceOperations
Generic interface to Map/Reduce in data stores that support it.
Method Summary | ||
---|---|---|
Object |
execute(MapReduceJob job)
Execute a MapReduceJob
synchronously. |
|
|
execute(MapReduceJob job,
Class<T> targetType)
Execute a MapReduceJob synchronously, converting the result into the given type. |
|
|
submit(MapReduceJob job)
Submit the job to run asynchronously. |
Method Detail |
---|
Object execute(MapReduceJob job)
MapReduceJob
synchronously.
job
-
<T> T execute(MapReduceJob job, Class<T> targetType)
job
- targetType
-
<T> Future<List<T>> submit(MapReduceJob job)
job
-
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |