public class InternalKVSDriverImpl extends BaseArangoDriver implements InternalKVSDriver
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseUrl |
protected ArangoConfigure |
configure |
protected HttpManager |
httpManager |
| Modifier and Type | Method and Description |
|---|---|
KeyValueEntity |
createKeyValue(String database,
String collectionName,
String key,
Object value,
Map<String,Object> attributes,
Date expiredDate) |
HttpManager |
getHttpManager() |
void |
setHttpManager(HttpManager httpManager) |
KeyValueEntity |
updateKeyValue(String database,
String collectionName,
String key,
Object value,
Map<String,Object> attributes,
Date expiredDate,
boolean create) |
createDocumentHandle, createDocumentHandle, createEndpointUrl, createEntity, createEntity, createEntity, createEntity, createEntityImpl, setKeyValueHeader, setStatusCode, toReplicationDumpHeader, validate, validateCollectionName, validateDatabaseName, validateDocumentHandleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHttpManager, setHttpManagerprotected ArangoConfigure configure
protected HttpManager httpManager
protected String baseUrl
public KeyValueEntity createKeyValue(String database, String collectionName, String key, Object value, Map<String,Object> attributes, Date expiredDate) throws ArangoException
createKeyValue in interface InternalKVSDriverArangoExceptionpublic KeyValueEntity updateKeyValue(String database, String collectionName, String key, Object value, Map<String,Object> attributes, Date expiredDate, boolean create) throws ArangoException
updateKeyValue in interface InternalKVSDriverArangoExceptionpublic HttpManager getHttpManager()
getHttpManager in interface BaseDriverInterfacepublic void setHttpManager(HttpManager httpManager)
setHttpManager in interface BaseDriverInterfaceCopyright © 2012–2015 ArangoDB GmbH. All rights reserved.