|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapReduceJob<T>
A generic interface to representing a Map/Reduce job to a data store that supports that operation.
Method Summary | ||
---|---|---|
|
addInputs(List<V> keys)
Set the list of inputs for this job. |
|
MapReduceJob |
addPhase(MapReducePhase phase)
Add a phase to this operation. |
|
|
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 interface java.util.concurrent.Callable |
---|
call |
Method Detail |
---|
<V> List<V> getInputs()
<V> MapReduceJob addInputs(List<V> keys)
V
- keys
-
MapReduceJob addPhase(MapReducePhase phase)
phase
-
List<MapReducePhase> getPhases()
String toJson()
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |