public class RiakDriver extends AbstractRestDriver
| Modifier and Type | Field and Description |
|---|---|
static String |
RIAK_PROPERTIES_FILE_NAME |
jsonMapper, requestHandler| Constructor and Description |
|---|
RiakDriver() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getIDFromResponse(Response response)
Get the datastore ID from the response
|
protected String |
getLastRevision(Datastore datastore,
String id)
Get the last revision of the object
|
PropertyLoader |
getPropertyLoader()
Get property loader for datastore
|
public static final String RIAK_PROPERTIES_FILE_NAME
public PropertyLoader getPropertyLoader()
DatastoreDriverprotected String getIDFromResponse(Response response)
AbstractRestDrivergetIDFromResponse in class AbstractRestDriverresponse - given responseprotected String getLastRevision(Datastore datastore, String id)
AbstractRestDrivergetLastRevision in class AbstractRestDriverdatastore - the datastoreid - the id of the objectCopyright © 2014. All Rights Reserved.