Package | Description |
---|---|
com.basho.riak.client.operations |
The interfaces/classes that model the set of operations for talking to Riak.
|
Modifier and Type | Method and Description |
---|---|
T |
StoreObject.execute()
Fetches data from
bucket/key , if item exists it is converted
with Converter and any siblings resolved with
ConflictResolver . |
T |
FetchObject.execute()
Attempts to fetch the data at
bucket/key , convert it with
Converter and resolve any siblings with ConflictResolver |
Copyright © 2014. All Rights Reserved.