|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapReducePhase
A generic interface to the phases of Map/Reduce jobs.
Nested Class Summary | |
---|---|
static class |
MapReducePhase.Phase
|
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. |
Method Detail |
---|
MapReducePhase.Phase getPhase()
String getLanguage()
boolean getKeepResults()
MapReduceOperation getOperation()
void setArg(Object arg)
arg
- Object getArg()
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |