Uses of Class
com.arangodb.model.EdgeCollectionRemoveOptions
Packages that use EdgeCollectionRemoveOptions
-
Uses of EdgeCollectionRemoveOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeCollectionRemoveOptionsModifier and TypeMethodDescriptionvoid
ArangoEdgeCollection.remove
(EdgeCollectionRemoveOptions options) Remove one edge definition from the graph.ArangoEdgeCollectionAsync.remove
(EdgeCollectionRemoveOptions options) Asynchronous version ofArangoEdgeCollection.remove(EdgeCollectionRemoveOptions)
-
Uses of EdgeCollectionRemoveOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeCollectionRemoveOptionsModifier and TypeMethodDescriptionEdgeCollectionRemoveOptions.dropCollections
(Boolean dropCollections) EdgeCollectionRemoveOptions.waitForSync
(Boolean waitForSync)