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 voidArangoEdgeCollection. 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 EdgeCollectionRemoveOptionsEdgeCollectionRemoveOptions. dropCollections(Boolean dropCollections)EdgeCollectionRemoveOptionsEdgeCollectionRemoveOptions. waitForSync(Boolean waitForSync)
-