Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
Collection<CollectionEntity> |
ArangoDatabase.getCollections(CollectionsReadOptions options)
Fetches all collections from the database and returns an list of collection descriptions.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Collection<CollectionEntity>> |
ArangoDatabaseAsync.getCollections(CollectionsReadOptions options)
Returns all collections
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Collection<CollectionEntity>> |
ArangoDatabaseAsyncImpl.getCollections(CollectionsReadOptions options) |
Modifier and Type | Method and Description |
---|---|
CollectionsReadOptions |
CollectionsReadOptions.excludeSystem(Boolean excludeSystem) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.