|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.data.keyvalue.riak.mapreduce.AbstractRiakMapReduceJob
public abstract class AbstractRiakMapReduceJob
An implementation of MapReduceJob
for the Riak data store.
Field Summary | |
---|---|
protected List<Object> |
inputs
|
protected org.apache.commons.logging.Log |
log
|
protected List<MapReducePhase> |
phases
|
Constructor Summary | |
---|---|
AbstractRiakMapReduceJob()
|
Method Summary | |
---|---|
MapReduceJob |
addInputs(List keys)
Set the list of inputs for this job. |
MapReduceJob |
addPhase(MapReducePhase phase)
Add a phase to this operation. |
List |
getInputs()
Get the list of inputs for this job. |
List<MapReducePhase> |
getPhases()
Get the list of phases for this job. |
String |
toJson()
Convert this job into the appropriate JSON to send to the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.concurrent.Callable |
---|
call |
Field Detail |
---|
protected final org.apache.commons.logging.Log log
protected List<Object> inputs
protected List<MapReducePhase> phases
Constructor Detail |
---|
public AbstractRiakMapReduceJob()
Method Detail |
---|
public List getInputs()
MapReduceJob
getInputs
in interface MapReduceJob
public MapReduceJob addInputs(List keys)
MapReduceJob
addInputs
in interface MapReduceJob
public MapReduceJob addPhase(MapReducePhase phase)
MapReduceJob
addPhase
in interface MapReduceJob
public List<MapReducePhase> getPhases()
MapReduceJob
getPhases
in interface MapReduceJob
public String toJson()
MapReduceJob
toJson
in interface MapReduceJob
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |