|
Spring Data Key-Value | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.keyvalue.riak.mapreduce.RiakMapReducePhase
public class RiakMapReducePhase
An implementation of MapReducePhase
for the Riak data store.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.springframework.data.keyvalue.riak.mapreduce.MapReducePhase |
|---|
MapReducePhase.Phase |
| Field Summary | |
|---|---|
protected Object |
arg
|
protected boolean |
keepResults
|
protected String |
language
|
protected MapReduceOperation |
operation
|
protected MapReducePhase.Phase |
phase
|
| Constructor Summary | |
|---|---|
RiakMapReducePhase(MapReducePhase.Phase phase,
String language,
MapReduceOperation oper)
|
|
RiakMapReducePhase(String phase,
String language,
MapReduceOperation oper)
|
|
| Method Summary | |
|---|---|
Object |
getArg()
Get the static argument for this phase. |
boolean |
getKeepResults()
Whether or not to keep the result of this phase. |
String |
getLanguage()
The language this phase is described in. |
MapReduceOperation |
getOperation()
Get the operation this phase will execute. |
MapReducePhase.Phase |
getPhase()
|
void |
setArg(Object arg)
Set the static argument for this job. |
void |
setKeepResults(boolean keepResults)
|
void |
setOperation(MapReduceOperation oper)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MapReducePhase.Phase phase
protected String language
protected MapReduceOperation operation
protected boolean keepResults
protected Object arg
| Constructor Detail |
|---|
public RiakMapReducePhase(String phase,
String language,
MapReduceOperation oper)
public RiakMapReducePhase(MapReducePhase.Phase phase,
String language,
MapReduceOperation oper)
| Method Detail |
|---|
public MapReducePhase.Phase getPhase()
getPhase in interface MapReducePhasepublic String getLanguage()
MapReducePhase
getLanguage in interface MapReducePhasepublic MapReduceOperation getOperation()
MapReducePhase
getOperation in interface MapReducePhasepublic boolean getKeepResults()
MapReducePhase
getKeepResults in interface MapReducePhasepublic void setKeepResults(boolean keepResults)
public void setOperation(MapReduceOperation oper)
public Object getArg()
MapReducePhase
getArg in interface MapReducePhasepublic void setArg(Object arg)
MapReducePhase
setArg in interface MapReducePhase
|
Spring Data Key-Value | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||