Uses of Class
com.arangodb.entity.LogEntriesEntity
-
Packages that use LogEntriesEntity Package Description com.arangodb -
-
Uses of LogEntriesEntity in com.arangodb
Methods in com.arangodb that return LogEntriesEntity Modifier and Type Method Description LogEntriesEntity
ArangoDB. getLogEntries(LogOptions options)
Returns the server logsMethods in com.arangodb that return types with arguments of type LogEntriesEntity Modifier and Type Method Description CompletableFuture<LogEntriesEntity>
ArangoDBAsync. getLogEntries(LogOptions options)
Asynchronous version ofArangoDB.getLogEntries(LogOptions)
-