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