Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
InternalAqlFunctionsDriver.createAqlFunction(String name,
String code) |
DefaultEntity |
ArangoDriver.createAqlFunction(String name,
String code)
Creates an AQL Function
|
DefaultEntity |
ArangoDriver.createUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra)
Creates a database user.
|
DefaultEntity |
InternalUsersDriver.createUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalAqlFunctionsDriver.deleteAqlFunction(String name,
boolean isNameSpace) |
DefaultEntity |
ArangoDriver.deleteAqlFunction(String name,
boolean isNameSpace)
Delete an AQL function.
|
DefaultEntity |
ArangoDriver.deleteUser(String username)
Deletes a database user.
|
DefaultEntity |
InternalUsersDriver.deleteUser(String database,
String username) |
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 |
InternalAdminDriver.reloadRouting() |
DefaultEntity |
ArangoDriver.reloadRouting()
Triggers the routes reloading in ArangoDB
|
DefaultEntity |
ArangoDriver.replaceUser(String username,
String passwd,
Boolean active,
Map<String,Object> extra)
Replaces the data of a database user.
|
DefaultEntity |
InternalUsersDriver.replaceUser(String database,
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.
|
DefaultEntity |
InternalUsersDriver.updateUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
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 name,
String code) |
DefaultEntity |
InternalUsersDriverImpl.createUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalAqlFunctionsDriverImpl.deleteAqlFunction(String name,
boolean isNameSpace) |
DefaultEntity |
InternalUsersDriverImpl.deleteUser(String database,
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 |
InternalAdminDriverImpl.reloadRouting() |
DefaultEntity |
InternalUsersDriverImpl.replaceUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
DefaultEntity |
InternalUsersDriverImpl.updateUser(String database,
String username,
String passwd,
Boolean active,
Map<String,Object> extra) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.