Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
CollectionEntity |
ArangoCollection.truncate(CollectionTruncateOptions options)
Removes all documents from the collection, but leaves the indexes intact
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.truncate(CollectionTruncateOptions options)
Removes all documents from the collection, but leaves the indexes intact
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsyncImpl.truncate(CollectionTruncateOptions options) |
Modifier and Type | Method and Description |
---|---|
CollectionEntity |
ArangoCollectionImpl.truncate(CollectionTruncateOptions options) |
protected InternalRequest |
InternalArangoCollection.truncateRequest(CollectionTruncateOptions options) |
Modifier and Type | Method and Description |
---|---|
CollectionTruncateOptions |
CollectionTruncateOptions.streamTransactionId(String streamTransactionId) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.