public class InternalQueryCacheDriverImpl extends BaseArangoDriver implements InternalQueryCacheDriver
Modifier and Type | Field and Description |
---|---|
protected AnnotationHandler |
annotationHandler |
protected ArangoConfigure |
configure |
protected HttpManager |
httpManager |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
deleteQueryCache() |
HttpManager |
getHttpManager() |
QueryCachePropertiesEntity |
getQueryCacheProperties() |
void |
setHttpManager(HttpManager httpManager) |
QueryCachePropertiesEntity |
setQueryCacheProperties(QueryCachePropertiesEntity properties) |
createDocumentEndpointUrl, createDocumentHandle, createDocumentHandle, createEndpointUrl, createEndpointUrl, createEntity, createEntity, createEntity, createEntity, createEntityImpl, createGharialEndpointUrl, createIndexEndpointUrl, createJobEndpointUrl, createUserEndpointUrl, getJSONResponseText, setKeyValueHeader, setStatusCode, toReplicationDumpHeader, validate, validateCollectionName, validateDatabaseName, validateDocumentHandle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHttpManager, setHttpManager
protected ArangoConfigure configure
protected HttpManager httpManager
protected AnnotationHandler annotationHandler
public DefaultEntity deleteQueryCache() throws ArangoException
deleteQueryCache
in interface InternalQueryCacheDriver
ArangoException
public QueryCachePropertiesEntity getQueryCacheProperties() throws ArangoException
getQueryCacheProperties
in interface InternalQueryCacheDriver
ArangoException
public QueryCachePropertiesEntity setQueryCacheProperties(QueryCachePropertiesEntity properties) throws ArangoException
setQueryCacheProperties
in interface InternalQueryCacheDriver
ArangoException
public HttpManager getHttpManager()
getHttpManager
in interface BaseDriverInterface
public void setHttpManager(HttpManager httpManager)
setHttpManager
in interface BaseDriverInterface
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.