Uses of Class
com.basho.riak.client.response.WalkResponse

Packages that use WalkResponse
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
 

Uses of WalkResponse in com.basho.riak.client
 

Methods in com.basho.riak.client that return WalkResponse
 WalkResponse RiakObject.LinkBuilder.run()
           
 WalkResponse RiakObject.LinkBuilder.run(RequestMeta meta)
          Execute the link walking query by calling RiakClient.walk(String, String, String, RequestMeta).
 WalkResponse RiakClient.walk(String bucket, String key, RiakWalkSpec walkSpec)
          Deprecated.  
 WalkResponse RiakClient.walk(String bucket, String key, String walkSpec)
          Deprecated.  
 WalkResponse RiakClient.walk(String bucket, String key, String walkSpec, RequestMeta meta)
          Deprecated. Perform a map/reduce link walking operation and return the objects for which the "accumulate" flag is true.
 



Copyright © 2012. All Rights Reserved.