Uses of Class
com.arangodb.model.EdgeCollectionRemoveOptions
-
Packages that use EdgeCollectionRemoveOptions Package Description com.arangodb com.arangodb.model -
-
Uses of EdgeCollectionRemoveOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeCollectionRemoveOptions Modifier and Type Method Description void
ArangoEdgeCollection. remove(EdgeCollectionRemoveOptions options)
Remove one edge definition from the graph.CompletableFuture<Void>
ArangoEdgeCollectionAsync. remove(EdgeCollectionRemoveOptions options)
Asynchronous version ofArangoEdgeCollection.remove(EdgeCollectionRemoveOptions)
-
Uses of EdgeCollectionRemoveOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeCollectionRemoveOptions Modifier and Type Method Description EdgeCollectionRemoveOptions
EdgeCollectionRemoveOptions. dropCollections(Boolean dropCollections)
EdgeCollectionRemoveOptions
EdgeCollectionRemoveOptions. waitForSync(Boolean waitForSync)
-