Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model | |
com.arangodb.velocystream |
Modifier and Type | Field and Description |
---|---|
static DbName |
DbName.SYSTEM
Deprecated.
DbName of the "_system" database.
|
Modifier and Type | Method and Description |
---|---|
DbName |
ArangoDatabase.dbName()
Deprecated.
Use
ArangoDatabase.name() instead |
static DbName |
DbName.normalize(String value)
Deprecated.
Creates a new
DbName instance with the NFC normal form of the provided value. |
static DbName |
DbName.of(String value)
Deprecated.
Creates a new
DbName instance with the provided value. |
Modifier and Type | Method and Description |
---|---|
Boolean |
ArangoDB.createDatabase(DbName dbName)
Deprecated.
Use
ArangoDB.createDatabase(String) instead |
ArangoDatabase |
ArangoDB.db(DbName dbName)
Deprecated.
Use
ArangoDB.db(String) instead |
Modifier and Type | Method and Description |
---|---|
DbName |
ArangoDatabaseAsync.dbName()
Deprecated.
Use
ArangoDatabaseAsync.name() instead |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
ArangoDBAsync.createDatabase(DbName dbName)
Deprecated.
Use
ArangoDBAsync.createDatabase(String) instead |
ArangoDatabaseAsync |
ArangoDBAsync.db(DbName dbName)
Deprecated.
Use
ArangoDBAsync.db(String) instead |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
ArangoDBAsyncImpl.createDatabase(DbName name) |
ArangoDatabaseAsync |
ArangoDBAsyncImpl.db(DbName name) |
Modifier and Type | Method and Description |
---|---|
DBCreateOptions |
DBCreateOptions.name(DbName dbName)
Deprecated.
Use
DBCreateOptions.name(String) instead. |
Modifier and Type | Method and Description |
---|---|
DbName |
Request.getDbName()
Deprecated.
Use
Request.getDatabase() instead |
Constructor and Description |
---|
Request(DbName dbName,
RequestType requestType,
String path)
Deprecated.
Use
Request(String, RequestType, String) instead |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.