Uses of Class
com.arangodb.entity.QueryCachePropertiesEntity.CacheMode
-
Packages that use QueryCachePropertiesEntity.CacheMode Package Description com.arangodb.entity -
-
Uses of QueryCachePropertiesEntity.CacheMode in com.arangodb.entity
Methods in com.arangodb.entity that return QueryCachePropertiesEntity.CacheMode Modifier and Type Method Description QueryCachePropertiesEntity.CacheMode
QueryCachePropertiesEntity. getMode()
static QueryCachePropertiesEntity.CacheMode
QueryCachePropertiesEntity.CacheMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryCachePropertiesEntity.CacheMode[]
QueryCachePropertiesEntity.CacheMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.entity with parameters of type QueryCachePropertiesEntity.CacheMode Modifier and Type Method Description void
QueryCachePropertiesEntity. setMode(QueryCachePropertiesEntity.CacheMode mode)
-