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)Deprecated.CompletableFuture<Void>ArangoEdgeCollectionAsync. drop(EdgeCollectionDropOptions options)Deprecated. -
Uses of EdgeCollectionDropOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeCollectionDropOptions Modifier and Type Method Description EdgeCollectionDropOptionsEdgeCollectionDropOptions. dropCollections(Boolean dropCollections)Deprecated.EdgeCollectionDropOptionsEdgeCollectionDropOptions. waitForSync(Boolean waitForSync)Deprecated.
-