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 voidArangoVertexCollection. deleteVertex(String key, VertexDeleteOptions options)Deletes the vertex with the givenkeyfrom 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 VertexDeleteOptionsVertexDeleteOptions. ifMatch(String ifMatch)VertexDeleteOptionsVertexDeleteOptions. streamTransactionId(String streamTransactionId)VertexDeleteOptionsVertexDeleteOptions. waitForSync(Boolean waitForSync)
-