Package | Description |
---|---|
com.basho.riak.client |
Provides the top-level
IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All Rights Reserved.