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 VertexEntity
ArangoVertexCollection. 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 VertexCreateOptions
VertexCreateOptions. streamTransactionId(String streamTransactionId)
VertexCreateOptions
VertexCreateOptions. waitForSync(Boolean waitForSync)
-