org.springframework.data.keyvalue.riak.mapreduce
Class AsyncRiakMapReduceJob
java.lang.Object
org.springframework.data.keyvalue.riak.mapreduce.AbstractRiakMapReduceJob
org.springframework.data.keyvalue.riak.mapreduce.AsyncRiakMapReduceJob
- All Implemented Interfaces:
- Callable, MapReduceJob
public class AsyncRiakMapReduceJob
- extends AbstractRiakMapReduceJob
An implementation of MapReduceJob
for the Riak data store.
- Author:
- J. Brisbin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
riakTemplate
protected AsyncRiakTemplate riakTemplate
AsyncRiakMapReduceJob
public AsyncRiakMapReduceJob(AsyncRiakTemplate riakTemplate)
getAsyncRiakTemplate
public AsyncRiakTemplate getAsyncRiakTemplate()
setAsyncRiakTemplate
public void setAsyncRiakTemplate(AsyncRiakTemplate riakTemplate)
call
public Object call()
throws Exception
- Throws:
Exception
Copyright © 2010-2011 SpringSource. All Rights Reserved.