|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basho.riak.client.query.LinkPhase
public class LinkPhase
MapReducePhase
implementation that models a Link Phase
MapReduce
,
MapPhase
,
ReducePhase
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.basho.riak.client.query.MapReducePhase |
---|
MapReducePhase.PhaseType |
Constructor Summary | |
---|---|
LinkPhase(String bucket,
String tag)
Create a Link Phase that points to bucket / tag
keep will be false |
|
LinkPhase(String bucket,
String tag,
boolean keep)
Create a Link Phase that points to bucket / tag
. |
Method Summary | |
---|---|
String |
getBucket()
The bucket for this link phase |
String |
getTag()
The tag for this link phase |
MapReducePhase.PhaseType |
getType()
The PhaseType of this MapReducePhase implementation. |
Boolean |
isKeep()
Keep the result or just use as input to the next phase? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkPhase(String bucket, String tag, boolean keep)
bucket
/ tag
.
bucket
- the bucket at the end of the link (or "_" or "" for wildcard)tag
- the tag (or ("_", or "" for wildcard)keep
- to keep the result of this phase and return it at the end of
the operationpublic LinkPhase(String bucket, String tag)
bucket
/ tag
keep
will be false
bucket
- the bucket at the end of the link (or "_" or "" for wildcard)tag
- the tag (or ("_", or "" for wildcard)Method Detail |
---|
public String getBucket()
public String getTag()
public Boolean isKeep()
isKeep
in interface MapReducePhase
public MapReducePhase.PhaseType getType()
MapReducePhase
MapReducePhase
implementation.
getType
in interface MapReducePhase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |