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 LogLevelEntityArangoDB. getLogLevel()Returns the server's current loglevel settings.LogLevelEntityArangoDB. getLogLevel(LogLevelOptions options)Returns the server's current loglevel settings.LogLevelEntityArangoDB. setLogLevel(LogLevelEntity entity)Modifies and returns the server's current loglevel settings.LogLevelEntityArangoDB. 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 LogLevelEntityArangoDB. setLogLevel(LogLevelEntity entity)Modifies and returns the server's current loglevel settings.LogLevelEntityArangoDB. 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)
-