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 |
---|---|
StoreResponse |
RiakObject.store()
Deprecated.
|
StoreResponse |
RiakObject.store(RequestMeta meta)
Deprecated.
Convenience method for calling
RiakClient.store(RiakObject, RequestMeta) followed by
RiakObject.updateMeta(StoreResponse) |
StoreResponse |
RiakObject.store(RiakClient riak,
RequestMeta meta)
Deprecated.
Store this object to a different Riak instance.
|
StoreResponse |
RiakClient.store(RiakObject object)
Deprecated.
|
StoreResponse |
RiakClient.store(RiakObject object,
RequestMeta meta)
Deprecated.
Store a
RiakObject . |
Modifier and Type | Method and Description |
---|---|
void |
RiakObject.updateMeta(StoreResponse response)
Deprecated.
Update the object's metadata.
|
Copyright © 2014. All Rights Reserved.