| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.entity | |
| com.arangodb.impl |
| Modifier and Type | Method and Description |
|---|---|
QueryCachePropertiesEntity |
ArangoDriver.getQueryCacheProperties()
Returns the global configuration for the AQL query cache (since ArangoDB 2.7)
|
QueryCachePropertiesEntity |
InternalQueryCacheDriver.getQueryCacheProperties(String database) |
QueryCachePropertiesEntity |
ArangoDriver.setQueryCacheProperties(QueryCachePropertiesEntity properties)
Changes the configuration for the AQL query cache (since ArangoDB 2.7)
|
QueryCachePropertiesEntity |
InternalQueryCacheDriver.setQueryCacheProperties(String database,
QueryCachePropertiesEntity properties) |
| Modifier and Type | Method and Description |
|---|---|
QueryCachePropertiesEntity |
ArangoDriver.setQueryCacheProperties(QueryCachePropertiesEntity properties)
Changes the configuration for the AQL query cache (since ArangoDB 2.7)
|
QueryCachePropertiesEntity |
InternalQueryCacheDriver.setQueryCacheProperties(String database,
QueryCachePropertiesEntity properties) |
| Modifier and Type | Method and Description |
|---|---|
QueryCachePropertiesEntity |
EntityDeserializers.QueryCachePropertiesEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
QueryCachePropertiesEntity |
InternalQueryCacheDriverImpl.getQueryCacheProperties(String database) |
QueryCachePropertiesEntity |
InternalQueryCacheDriverImpl.setQueryCacheProperties(String database,
QueryCachePropertiesEntity properties) |
| Modifier and Type | Method and Description |
|---|---|
QueryCachePropertiesEntity |
InternalQueryCacheDriverImpl.setQueryCacheProperties(String database,
QueryCachePropertiesEntity properties) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.