org.springframework.data.keyvalue.riak.mapreduce
Class RiakMapReduceJob
java.lang.Object
org.springframework.data.keyvalue.riak.mapreduce.AbstractRiakMapReduceJob
org.springframework.data.keyvalue.riak.mapreduce.RiakMapReduceJob
- All Implemented Interfaces:
- Callable, MapReduceJob
public class RiakMapReduceJob
- 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 RiakTemplate riakTemplate
RiakMapReduceJob
public RiakMapReduceJob(RiakTemplate riakTemplate)
getRiakTemplate
public RiakTemplate getRiakTemplate()
setRiakTemplate
public void setRiakTemplate(RiakTemplate riakTemplate)
call
public Object call()
throws Exception
- Throws:
Exception
Copyright © 2010-2011 SpringSource. All Rights Reserved.