Package | Description |
---|---|
com.arangodb | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
KeyValueEntity |
InternalKVSDriver.createKeyValue(String database,
String collectionName,
String key,
Object value,
Map<String,Object> attributes,
Date expiredDate) |
KeyValueEntity |
InternalKVSDriver.updateKeyValue(String database,
String collectionName,
String key,
Object value,
Map<String,Object> attributes,
Date expiredDate,
boolean create) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseArangoDriver.setKeyValueHeader(HttpResponseEntity res,
KeyValueEntity entity) |
Modifier and Type | Method and Description |
---|---|
KeyValueEntity |
InternalKVSDriverImpl.createKeyValue(String database,
String collectionName,
String key,
Object value,
Map<String,Object> attributes,
Date expiredDate) |
KeyValueEntity |
InternalKVSDriverImpl.updateKeyValue(String database,
String collectionName,
String key,
Object value,
Map<String,Object> attributes,
Date expiredDate,
boolean create) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.