|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basho.riak.client.query.LinkWalkStep
public class LinkWalkStep
Used internally by LinkWalk
to model a step in a link walk operation.
LinkWalk#addStep(String, String, Accumulate)
,
LinkWalk.addStep(String, String)
,
LinkWalk.addStep(String, String, boolean)
Nested Class Summary | |
---|---|
static class |
LinkWalkStep.Accumulate
Enum for the accumulate specification of a link walk step. |
Constructor Summary | |
---|---|
LinkWalkStep(String bucket,
String tag)
Create a step definition with default value for accumulate |
|
LinkWalkStep(String bucket,
String tag,
boolean keep)
Create a step definition. |
|
LinkWalkStep(String bucket,
String tag,
LinkWalkStep.Accumulate keep)
Create a step definition. |
Method Summary | |
---|---|
String |
getBucket()
|
LinkWalkStep.Accumulate |
getKeep()
|
String |
getTag()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkWalkStep(String bucket, String tag, LinkWalkStep.Accumulate keep)
bucket
- the bucket or null/"","_" for a wildcard (meaning *any*)tag
- the tag or null/"","_" for a wildcard (meaning *any*)keep
- yes, no, default?public LinkWalkStep(String bucket, String tag, boolean keep)
bucket
- the bucket or null/"","_" for a wildcard (meaning *any*)tag
- the tag or null/"","_" for a wildcard (meaning *any*)keep
- true/false?public LinkWalkStep(String bucket, String tag)
bucket
- the bucket or null/"","_" for a wildcard (meaning *any*)tag
- the tag or null/"","_" for a wildcard (meaning *any*)Method Detail |
---|
public String getBucket()
public String getTag()
public LinkWalkStep.Accumulate getKeep()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |