Uses of Class
com.arangodb.entity.LogLevelEntity
-
Packages that use LogLevelEntity Package Description com.arangodb -
-
Uses of LogLevelEntity in com.arangodb
Methods in com.arangodb that return LogLevelEntity Modifier and Type Method Description LogLevelEntity
ArangoDB. getLogLevel()
Returns the server's current loglevel settings.LogLevelEntity
ArangoDB. getLogLevel(LogLevelOptions options)
Returns the server's current loglevel settings.LogLevelEntity
ArangoDB. setLogLevel(LogLevelEntity entity)
Modifies and returns the server's current loglevel settings.LogLevelEntity
ArangoDB. setLogLevel(LogLevelEntity entity, LogLevelOptions options)
Modifies and returns the server's current loglevel settings.Methods in com.arangodb that return types with arguments of type LogLevelEntity Modifier and Type Method Description CompletableFuture<LogLevelEntity>
ArangoDBAsync. getLogLevel()
Asynchronous version ofArangoDB.getLogLevel()
CompletableFuture<LogLevelEntity>
ArangoDBAsync. getLogLevel(LogLevelOptions options)
Asynchronous version ofArangoDB.getLogLevel(LogLevelOptions)
CompletableFuture<LogLevelEntity>
ArangoDBAsync. setLogLevel(LogLevelEntity entity)
Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity)
CompletableFuture<LogLevelEntity>
ArangoDBAsync. setLogLevel(LogLevelEntity entity, LogLevelOptions options)
Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity, LogLevelOptions)
Methods in com.arangodb with parameters of type LogLevelEntity Modifier and Type Method Description LogLevelEntity
ArangoDB. setLogLevel(LogLevelEntity entity)
Modifies and returns the server's current loglevel settings.LogLevelEntity
ArangoDB. setLogLevel(LogLevelEntity entity, LogLevelOptions options)
Modifies and returns the server's current loglevel settings.CompletableFuture<LogLevelEntity>
ArangoDBAsync. setLogLevel(LogLevelEntity entity)
Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity)
CompletableFuture<LogLevelEntity>
ArangoDBAsync. setLogLevel(LogLevelEntity entity, LogLevelOptions options)
Asynchronous version ofArangoDB.setLogLevel(LogLevelEntity, LogLevelOptions)
-