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 LogEntriesEntity
ArangoDB. 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 LogOptions
LogOptions. level(LogLevel level)
LogOptions
LogOptions. offset(Integer offset)
LogOptions
LogOptions. search(String search)
LogOptions
LogOptions. size(Integer size)
LogOptions
LogOptions. sort(LogOptions.SortOrder sort)
LogOptions
LogOptions. start(Long start)
LogOptions
LogOptions. upto(LogLevel upto)
-