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