Uses of Class
com.arangodb.model.CollectionCountOptions
Packages that use CollectionCountOptions
-
Uses of CollectionCountOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionCountOptionsModifier and TypeMethodDescriptionArangoCollection.count
(CollectionCountOptions options) Counts the documents in a collectionArangoCollectionAsync.count
(CollectionCountOptions options) Asynchronous version ofArangoCollection.count(CollectionCountOptions)
-
Uses of CollectionCountOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type CollectionCountOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.count
(CollectionCountOptions options) ArangoCollectionImpl.count
(CollectionCountOptions options) protected InternalRequest
InternalArangoCollection.countRequest
(CollectionCountOptions options)