Uses of Class
com.arangodb.entity.ArangoDBEngine
-
Packages that use ArangoDBEngine Package Description com.arangodb -
-
Uses of ArangoDBEngine in com.arangodb
Methods in com.arangodb that return ArangoDBEngine Modifier and Type Method Description ArangoDBEngine
ArangoDatabase. getEngine()
Returns the name of the used storage engine.ArangoDBEngine
ArangoDB. getEngine()
Returns the server storage engine.Methods in com.arangodb that return types with arguments of type ArangoDBEngine Modifier and Type Method Description CompletableFuture<ArangoDBEngine>
ArangoDatabaseAsync. getEngine()
Asynchronous version ofArangoDatabase.getEngine()
CompletableFuture<ArangoDBEngine>
ArangoDBAsync. getEngine()
Asynchronous version ofArangoDB.getEngine()
-