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()
DatastoreDriver
protected String getIDFromResponse(Response response)
AbstractRestDriver
getIDFromResponse
in class AbstractRestDriver
response
- given responseprotected String getLastRevision(Datastore datastore, String id)
AbstractRestDriver
getLastRevision
in class AbstractRestDriver
datastore
- the datastoreid
- the id of the objectCopyright © 2014. All Rights Reserved.