|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RiakIndex | |
---|---|
com.basho.riak.client.http | The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient |
com.basho.riak.client.http.util | Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient |
com.basho.riak.pbc | The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level IRiakClient |
Uses of RiakIndex in com.basho.riak.client.http |
---|
Subclasses of RiakIndex in com.basho.riak.client.http | |
---|---|
class |
BinIndex
|
class |
IntIndex
|
Methods in com.basho.riak.client.http that return types with arguments of type RiakIndex | |
---|---|
List<RiakIndex> |
RiakObject.getIndexes()
|
Constructor parameters in com.basho.riak.client.http with type arguments of type RiakIndex | |
---|---|
RiakObject(RiakClient riak,
String bucket,
String key,
byte[] value,
String contentType,
List<RiakLink> links,
Map<String,String> userMetaData,
String vclock,
String lastmod,
String vtag,
List<RiakIndex> indexes)
Create an object. |
Uses of RiakIndex in com.basho.riak.client.http.util |
---|
Methods in com.basho.riak.client.http.util that return types with arguments of type RiakIndex | |
---|---|
static List<RiakIndex> |
ClientUtils.parseIndexHeaders(Map<String,String> headers)
Extract X-Riak-Index-* headers and create List of
RiakIndex es from them |
Uses of RiakIndex in com.basho.riak.pbc |
---|
Methods in com.basho.riak.pbc that return types with arguments of type RiakIndex | |
---|---|
List<RiakIndex> |
RiakObject.getIndexes()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |