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