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