Uses of Class
com.arangodb.model.CollectionsReadOptions
-
Packages that use CollectionsReadOptions Package Description com.arangodb com.arangodb.model -
-
Uses of CollectionsReadOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionsReadOptions Modifier and Type Method Description Collection<CollectionEntity>
ArangoDatabase. getCollections(CollectionsReadOptions options)
Fetches all collections from the database and returns an list of collection descriptions.CompletableFuture<Collection<CollectionEntity>>
ArangoDatabaseAsync. getCollections(CollectionsReadOptions options)
Asynchronous version ofArangoDatabase.getCollections(CollectionsReadOptions)
-
Uses of CollectionsReadOptions in com.arangodb.model
Methods in com.arangodb.model that return CollectionsReadOptions Modifier and Type Method Description CollectionsReadOptions
CollectionsReadOptions. excludeSystem(Boolean excludeSystem)
-