Uses of Class
com.arangodb.model.EdgeCreateOptions
-
Packages that use EdgeCreateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of EdgeCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeCreateOptions Modifier and Type Method Description EdgeEntity
ArangoEdgeCollection. insertEdge(Object value, EdgeCreateOptions options)
Creates a new edge in the collectionCompletableFuture<EdgeEntity>
ArangoEdgeCollectionAsync. insertEdge(Object value, EdgeCreateOptions options)
Asynchronous version ofArangoEdgeCollection.insertEdge(Object, EdgeCreateOptions)
-
Uses of EdgeCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeCreateOptions Modifier and Type Method Description EdgeCreateOptions
EdgeCreateOptions. streamTransactionId(String streamTransactionId)
EdgeCreateOptions
EdgeCreateOptions. waitForSync(Boolean waitForSync)
-