Uses of Interface
com.basho.riak.client.query.WalkResult

Packages that use WalkResult
com.basho.riak.client.query Classes and interfaces for running map/reduce and link walk operations on Riak. 
com.basho.riak.client.raw The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
com.basho.riak.client.raw.pbc Classes for adapting the pbc.RiakClient to the RawClient interface 
 

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

Methods in com.basho.riak.client.query that return WalkResult
 WalkResult LinkWalk.execute()
          Run the Link Walk query on the RawClient the operation was constructed with.
 

Uses of WalkResult in com.basho.riak.client.raw
 

Methods in com.basho.riak.client.raw that return WalkResult
 WalkResult RawClient.linkWalk(LinkWalkSpec linkWalkSpec)
          Performs a link walk operation described by the LinkWalkSpec provided.
 WalkResult ClusterClient.linkWalk(LinkWalkSpec linkWalkSpec)
           
 

Uses of WalkResult in com.basho.riak.client.raw.http
 

Methods in com.basho.riak.client.raw.http that return WalkResult
 WalkResult HTTPClientAdapter.linkWalk(LinkWalkSpec linkWalkSpec)
           
 

Uses of WalkResult in com.basho.riak.client.raw.pbc
 

Methods in com.basho.riak.client.raw.pbc that return WalkResult
 WalkResult PBClientAdapter.linkWalk(LinkWalkSpec linkWalkSpec)
           This is a bit of a hack.
 



Copyright © 2012. All Rights Reserved.