Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
void |
ArangoEdgeCollection.deleteEdge(String key,
EdgeDeleteOptions options)
Removes a edge
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
ArangoEdgeCollectionAsync.deleteEdge(String key,
EdgeDeleteOptions options)
Removes a edge
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
ArangoEdgeCollectionAsyncImpl.deleteEdge(String key,
EdgeDeleteOptions options) |
Modifier and Type | Method and Description |
---|---|
EdgeDeleteOptions |
EdgeDeleteOptions.ifMatch(String ifMatch) |
EdgeDeleteOptions |
EdgeDeleteOptions.streamTransactionId(String streamTransactionId) |
EdgeDeleteOptions |
EdgeDeleteOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.