Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
BinIndex |
class |
IntIndex |
Modifier and Type | Method and Description |
---|---|
List<RiakIndex> |
RiakObject.getIndexes() |
Constructor and Description |
---|
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,
boolean isDeleted)
Create an object.
|
Modifier and Type | Method and Description |
---|---|
static List<RiakIndex> |
ClientUtils.parseIndexHeaders(Map<String,String> headers)
|
Modifier and Type | Method and Description |
---|---|
List<RiakIndex> |
RiakObject.getIndexes() |
Copyright © 2014. All Rights Reserved.