Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
WalkResult |
LinkWalk.execute()
Run the Link Walk query on the
RawClient the operation was constructed with. |
Modifier and Type | Method and Description |
---|---|
WalkResult |
RawClient.linkWalk(LinkWalkSpec linkWalkSpec)
Performs a link walk operation described by the
LinkWalkSpec
provided. |
WalkResult |
ClusterClient.linkWalk(LinkWalkSpec linkWalkSpec) |
Modifier and Type | Method and Description |
---|---|
WalkResult |
HTTPClientAdapter.linkWalk(LinkWalkSpec linkWalkSpec) |
Modifier and Type | Method and Description |
---|---|
WalkResult |
PBClientAdapter.linkWalk(LinkWalkSpec linkWalkSpec)
This is a bit of a hack.
|
Copyright © 2014. All Rights Reserved.