Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
ArangoDriver.createAqlFunction(String name,
String code)
Creates an AQL Function
|
DefaultEntity |
InternalAqlFunctionsDriver.createAqlFunction(String database,
String name,
String code) |
DefaultEntity |
InternalUsersDriver.createUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
ArangoDriver.createUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra)
Creates a database user.
|
DefaultEntity |
ArangoDriver.deleteAqlFunction(String name,
boolean isNameSpace)
Delete an AQL function.
|
DefaultEntity |
InternalAqlFunctionsDriver.deleteAqlFunction(String database,
String name,
boolean isNameSpace) |
DefaultEntity |
ArangoDriver.deleteQueryCache()
Clears the AQL query cache (since ArangoDB 2.7)
|
DefaultEntity |
InternalQueryCacheDriver.deleteQueryCache(String database) |
DefaultEntity |
ArangoDriver.deleteSlowQueries()
Clears the list of slow AQL queries of the default database
|
DefaultEntity |
InternalCursorDriver.deleteSlowQueries(String database) |
DefaultEntity |
ArangoDriver.deleteSlowQueries(String database)
Clears the list of slow AQL queries of the default database
|
DefaultEntity |
InternalUsersDriver.deleteUser(String username) |
DefaultEntity |
ArangoDriver.deleteUser(String username)
Deletes a database user.
|
DefaultEntity |
ArangoDriver.executeBatch()
This method sends all stacked requests as batch to ArangoDB.
|
DefaultEntity |
ArangoDriver.executeScript(String jsCode)
Executes a javascript code.
|
DefaultEntity |
InternalAdminDriver.executeScript(String database,
String jsCode) |
DefaultEntity |
ArangoDriver.finishQuery(long cursorId)
Deletes a cursor from the database.
|
DefaultEntity |
InternalCursorDriver.finishQuery(String database,
long cursorId) |
DefaultEntity |
InternalUsersDriver.grantDatabaseAccess(String username,
String database) |
DefaultEntity |
ArangoDriver.grantDatabaseAccess(String username,
String database)
Grants the User access to the given database.
|
DefaultEntity |
ArangoDriver.killQuery(String id)
Kills an AQL query
|
DefaultEntity |
InternalCursorDriver.killQuery(String database,
String id) |
DefaultEntity |
ArangoDriver.killQuery(String database,
String id)
Kills an AQL query
|
DefaultEntity |
ArangoDriver.reloadRouting()
Triggers the routes reloading in ArangoDB
|
DefaultEntity |
InternalAdminDriver.reloadRouting(String database) |
DefaultEntity |
InternalUsersDriver.replaceUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
ArangoDriver.replaceUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra)
Replaces the data of a database user.
|
DefaultEntity |
InternalUsersDriver.updateUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
ArangoDriver.updateUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra)
Updates the data of a database user.
|
Modifier and Type | Class and Description |
---|---|
class |
DeletedEntity
An entity used as a result for deletions.
|
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
EntityDeserializers.DefaultEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
InternalAqlFunctionsDriverImpl.createAqlFunction(String database,
String name,
String code) |
DefaultEntity |
InternalUsersDriverImpl.createUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalAqlFunctionsDriverImpl.deleteAqlFunction(String database,
String name,
boolean isNameSpace) |
DefaultEntity |
InternalQueryCacheDriverImpl.deleteQueryCache(String database) |
DefaultEntity |
InternalCursorDriverImpl.deleteSlowQueries(String database) |
DefaultEntity |
InternalUsersDriverImpl.deleteUser(String username) |
DefaultEntity |
InternalBatchDriverImpl.executeBatch(List<BatchPart> callStack,
String defaultDataBase) |
DefaultEntity |
InternalAdminDriverImpl.executeScript(String database,
String jsCode) |
DefaultEntity |
InternalCursorDriverImpl.finishQuery(String database,
long cursorId) |
DefaultEntity |
InternalUsersDriverImpl.grantDatabaseAccess(String username,
String database) |
DefaultEntity |
InternalCursorDriverImpl.killQuery(String database,
String id) |
DefaultEntity |
InternalAdminDriverImpl.reloadRouting(String database) |
DefaultEntity |
InternalUsersDriverImpl.replaceUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalUsersDriverImpl.updateUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.