Uses of Class
com.arangodb.model.CollectionTruncateOptions
Packages that use CollectionTruncateOptions
-
Uses of CollectionTruncateOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionTruncateOptionsModifier and TypeMethodDescriptionArangoCollection.truncate
(CollectionTruncateOptions options) Removes all documents from the collection, but leaves the indexes intactArangoCollectionAsync.truncate
(CollectionTruncateOptions options) Asynchronous version ofArangoCollection.truncate(CollectionTruncateOptions)
-
Uses of CollectionTruncateOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type CollectionTruncateOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.truncate
(CollectionTruncateOptions options) ArangoCollectionImpl.truncate
(CollectionTruncateOptions options) protected InternalRequest
InternalArangoCollection.truncateRequest
(CollectionTruncateOptions options)