Uses of Class
com.arangodb.model.VertexDeleteOptions
-
Packages that use VertexDeleteOptions Package Description com.arangodb com.arangodb.model -
-
Uses of VertexDeleteOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexDeleteOptions Modifier and Type Method Description void
ArangoVertexCollection. deleteVertex(String key, VertexDeleteOptions options)
Deletes the vertex with the givenkey
from the collection.CompletableFuture<Void>
ArangoVertexCollectionAsync. deleteVertex(String key, VertexDeleteOptions options)
Asynchronous version ofArangoVertexCollection.deleteVertex(String, VertexDeleteOptions)
-
Uses of VertexDeleteOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexDeleteOptions Modifier and Type Method Description VertexDeleteOptions
VertexDeleteOptions. ifMatch(String ifMatch)
VertexDeleteOptions
VertexDeleteOptions. streamTransactionId(String streamTransactionId)
VertexDeleteOptions
VertexDeleteOptions. waitForSync(Boolean waitForSync)
-