Package | Description |
---|---|
com.basho.riak.pbc |
The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level
IRiakClient |
Modifier and Type | Method and Description |
---|---|
static FetchMeta |
FetchMeta.empty() |
Modifier and Type | Method and Description |
---|---|
FetchResponse |
RiakClient.fetch(com.google.protobuf.ByteString bucket,
com.google.protobuf.ByteString key,
FetchMeta fetchMeta) |
FetchResponse |
RiakClient.fetch(String bucket,
String key,
FetchMeta fetchMeta) |
Long |
RiakClient.fetchCounter(com.google.protobuf.ByteString bucket,
com.google.protobuf.ByteString counter,
FetchMeta meta) |
Long |
RiakClient.fetchCounter(String bucket,
String counter,
FetchMeta meta) |
Copyright © 2014. All Rights Reserved.