Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
void |
ArangoVertexCollection.deleteVertex(String key,
VertexDeleteOptions options)
Deletes the vertex with the given
key from the collection. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
ArangoVertexCollectionAsync.deleteVertex(String key,
VertexDeleteOptions options)
Removes a vertex
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
ArangoVertexCollectionAsyncImpl.deleteVertex(String key,
VertexDeleteOptions options) |
Modifier and Type | Method and Description |
---|---|
VertexDeleteOptions |
VertexDeleteOptions.ifMatch(String ifMatch) |
VertexDeleteOptions |
VertexDeleteOptions.streamTransactionId(String streamTransactionId) |
VertexDeleteOptions |
VertexDeleteOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.