Uses of Class
com.basho.riak.client.query.LinkWalk

Packages that use LinkWalk
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
com.basho.riak.client.query Classes and interfaces for running map/reduce and link walk operations on Riak. 
 

Uses of LinkWalk in com.basho.riak.client
 

Methods in com.basho.riak.client that return LinkWalk
 LinkWalk IRiakClient.walk(IRiakObject startObject)
          Create a LinkWalk operation that starts at startObject.
 LinkWalk DefaultRiakClient.walk(IRiakObject startObject)
           
 

Uses of LinkWalk in com.basho.riak.client.query
 

Methods in com.basho.riak.client.query that return LinkWalk
 LinkWalk LinkWalk.addStep(String bucket, String tag)
          Add a link walking step to this link walk using the default accumulate value for the step (NO for all steps accept last step)
 LinkWalk LinkWalk.addStep(String bucket, String tag, boolean keep)
          Add a link walking step to this link walk
 LinkWalk LinkWalk.addStep(String bucket, String tag, LinkWalkStep.Accumulate accumulate)
          Add a link walking step to this link walk
 



Copyright © 2012. All Rights Reserved.