Uses of Class
com.arangodb.model.VertexCreateOptions
-
Packages that use VertexCreateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of VertexCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexCreateOptions Modifier and Type Method Description VertexEntityArangoVertexCollection. insertVertex(Object value, VertexCreateOptions options)Creates a new vertex in the collectionCompletableFuture<VertexEntity>ArangoVertexCollectionAsync. insertVertex(Object value, VertexCreateOptions options)Asynchronous version ofArangoVertexCollection.insertVertex(Object, VertexCreateOptions) -
Uses of VertexCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexCreateOptions Modifier and Type Method Description VertexCreateOptionsVertexCreateOptions. streamTransactionId(String streamTransactionId)VertexCreateOptionsVertexCreateOptions. waitForSync(Boolean waitForSync)
-