Uses of Class
com.arangodb.model.LogOptions
-
Packages that use LogOptions Package Description com.arangodb com.arangodb.model -
-
Uses of LogOptions in com.arangodb
Methods in com.arangodb with parameters of type LogOptions Modifier and Type Method Description LogEntriesEntityArangoDB. getLogEntries(LogOptions options)Returns the server logsCompletableFuture<LogEntriesEntity>ArangoDBAsync. getLogEntries(LogOptions options)Asynchronous version ofArangoDB.getLogEntries(LogOptions) -
Uses of LogOptions in com.arangodb.model
Methods in com.arangodb.model that return LogOptions Modifier and Type Method Description LogOptionsLogOptions. level(LogLevel level)LogOptionsLogOptions. offset(Integer offset)LogOptionsLogOptions. search(String search)LogOptionsLogOptions. size(Integer size)LogOptionsLogOptions. sort(LogOptions.SortOrder sort)LogOptionsLogOptions. start(Long start)LogOptionsLogOptions. upto(LogLevel upto)
-