CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.create() |
|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.create(CollectionCreateOptions options) |
|
CompletableFuture<CollectionEntity> |
ArangoDatabaseAsync.createCollection(String name) |
|
CompletableFuture<CollectionEntity> |
ArangoDatabaseAsync.createCollection(String name,
CollectionCreateOptions options) |
|
Collection<CollectionEntity> |
ArangoDatabase.getCollections() |
Fetches all collections from the database and returns an list of collection descriptions.
|
Collection<CollectionEntity> |
ArangoDatabase.getCollections(CollectionsReadOptions options) |
Fetches all collections from the database and returns an list of collection descriptions.
|
CompletableFuture<Collection<CollectionEntity>> |
ArangoDatabaseAsync.getCollections() |
|
CompletableFuture<Collection<CollectionEntity>> |
ArangoDatabaseAsync.getCollections(CollectionsReadOptions options) |
|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.getInfo() |
|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.rename(String newName) |
|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.truncate() |
|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.truncate(CollectionTruncateOptions options) |
|