|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MapReducePhase
Shared common interface for Map/Reduce phase definitions.
MapReduce.addMapPhase(com.basho.riak.client.query.functions.Function),
MapReduce.addLinkPhase(String, String),
MapReduce.addReducePhase(com.basho.riak.client.query.functions.Function)| Nested Class Summary | |
|---|---|
static class |
MapReducePhase.PhaseType
Possible phase typess. |
| Method Summary | |
|---|---|
MapReducePhase.PhaseType |
getType()
The PhaseType of this MapReducePhase implementation. |
Boolean |
isKeep()
Is this phase's output to be returned or only passed as input to the next phase. |
| Method Detail |
|---|
Boolean isKeep()
MapReducePhase.PhaseType getType()
MapReducePhase implementation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||