|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RiakObject | |
---|---|
com.basho.riak.pbc | The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level IRiakClient |
com.basho.riak.pbc.mapreduce | The legacy, low-level Protocol Buffers query classes for Map Reduce. |
Uses of RiakObject in com.basho.riak.pbc |
---|
Methods in com.basho.riak.pbc that return RiakObject | |
---|---|
RiakObject |
RiakObject.addIndex(String name,
int value)
Add an int index to this object |
RiakObject |
RiakObject.addIndex(String name,
String value)
Add a binary index to the object |
RiakObject |
RiakObject.addUsermetaItem(String key,
String value)
Add an item to the user meta data for this RiakObject. |
RiakObject[] |
RiakClient.fetch(com.google.protobuf.ByteString bucket,
com.google.protobuf.ByteString key)
|
RiakObject[] |
RiakClient.fetch(com.google.protobuf.ByteString bucket,
com.google.protobuf.ByteString key,
int readQuorum)
|
RiakObject[] |
RiakClient.fetch(String bucket,
String key)
|
RiakObject[] |
RiakClient.fetch(String bucket,
String key,
int readQuorum)
|
RiakObject[] |
FetchResponse.getObjects()
|
RiakObject[] |
RiakClient.store(RiakObject value,
IRequestMeta meta)
|
Methods in com.basho.riak.pbc with parameters of type RiakObject | |
---|---|
void |
RiakClient.store(RiakObject value)
|
com.google.protobuf.ByteString[] |
RiakClient.store(RiakObject[] values,
RequestMeta meta)
|
RiakObject[] |
RiakClient.store(RiakObject value,
IRequestMeta meta)
|
Constructors in com.basho.riak.pbc with parameters of type RiakObject | |
---|---|
FetchResponse(RiakObject[] objects,
boolean unchanged,
byte[] vclock)
|
Uses of RiakObject in com.basho.riak.pbc.mapreduce |
---|
Method parameters in com.basho.riak.pbc.mapreduce with type arguments of type RiakObject | |
---|---|
MapReduceBuilder |
MapReduceBuilder.setRiakObjects(Collection<RiakObject> objects)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |