Uses of Class
com.arangodb.entity.CollectionRevisionEntity
-
Packages that use CollectionRevisionEntity Package Description com.arangodb -
-
Uses of CollectionRevisionEntity in com.arangodb
Methods in com.arangodb that return CollectionRevisionEntity Modifier and Type Method Description CollectionRevisionEntity
ArangoCollection. getRevision()
Retrieve the collections revisionMethods in com.arangodb that return types with arguments of type CollectionRevisionEntity Modifier and Type Method Description CompletableFuture<CollectionRevisionEntity>
ArangoCollectionAsync. getRevision()
Asynchronous version ofArangoCollection.getRevision()
-