Package | Description |
---|---|
com.basho.riak.client.query |
Classes and interfaces for running map/reduce and link walk operations on
Riak.
|
Modifier and Type | Method and Description |
---|---|
static LinkWalkStep.Accumulate |
LinkWalkStep.Accumulate.fromBoolean(boolean bool) |
LinkWalkStep.Accumulate |
LinkWalkStep.getKeep() |
static LinkWalkStep.Accumulate |
LinkWalkStep.Accumulate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkWalkStep.Accumulate[] |
LinkWalkStep.Accumulate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LinkWalk |
LinkWalk.addStep(String bucket,
String tag,
LinkWalkStep.Accumulate accumulate)
Add a link walking step to this link walk
|
Constructor and Description |
---|
LinkWalkStep(String bucket,
String tag,
LinkWalkStep.Accumulate keep)
Create a step definition.
|
Copyright © 2014. All Rights Reserved.