public interface InternalKVSDriver extends BaseDriverInterface
Modifier and Type | Method and Description |
---|---|
KeyValueEntity |
createKeyValue(String database,
String collectionName,
String key,
Object value,
Map<String,Object> attributes,
Date expiredDate) |
KeyValueEntity |
updateKeyValue(String database,
String collectionName,
String key,
Object value,
Map<String,Object> attributes,
Date expiredDate,
boolean create) |
getHttpManager, setHttpManager
KeyValueEntity createKeyValue(String database, String collectionName, String key, Object value, Map<String,Object> attributes, Date expiredDate) throws ArangoException
ArangoException
KeyValueEntity updateKeyValue(String database, String collectionName, String key, Object value, Map<String,Object> attributes, Date expiredDate, boolean create) throws ArangoException
ArangoException
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.