Uses of Class
com.basho.riak.client.query.LinkWalkStep.Accumulate

Packages that use LinkWalkStep.Accumulate
com.basho.riak.client.query Classes and interfaces for running map/reduce and link walk operations on Riak. 
 

Uses of LinkWalkStep.Accumulate in com.basho.riak.client.query
 

Methods in com.basho.riak.client.query that return LinkWalkStep.Accumulate
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.
 

Methods in com.basho.riak.client.query with parameters of type LinkWalkStep.Accumulate
 LinkWalk LinkWalk.addStep(String bucket, String tag, LinkWalkStep.Accumulate accumulate)
          Add a link walking step to this link walk
 

Constructors in com.basho.riak.client.query with parameters of type LinkWalkStep.Accumulate
LinkWalkStep(String bucket, String tag, LinkWalkStep.Accumulate keep)
          Create a step definition.
 



Copyright © 2012. All Rights Reserved.