Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal |
Modifier and Type | Method and Description |
---|---|
LogLevelEntity |
ArangoDB.getLogLevel()
Returns the server's current loglevel settings.
|
LogLevelEntity |
ArangoDB.setLogLevel(LogLevelEntity entity)
Modifies and returns the server's current loglevel settings.
|
Modifier and Type | Method and Description |
---|---|
LogLevelEntity |
ArangoDB.setLogLevel(LogLevelEntity entity)
Modifies and returns the server's current loglevel settings.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LogLevelEntity> |
ArangoDBAsync.getLogLevel()
Returns the server's current loglevel settings.
|
CompletableFuture<LogLevelEntity> |
ArangoDBAsync.setLogLevel(LogLevelEntity entity)
Modifies and returns the server's current loglevel settings.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LogLevelEntity> |
ArangoDBAsync.setLogLevel(LogLevelEntity entity)
Modifies and returns the server's current loglevel settings.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LogLevelEntity> |
ArangoDBAsyncImpl.getLogLevel() |
CompletableFuture<LogLevelEntity> |
ArangoDBAsyncImpl.setLogLevel(LogLevelEntity entity) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LogLevelEntity> |
ArangoDBAsyncImpl.setLogLevel(LogLevelEntity entity) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.