Uses of Class
com.arangodb.model.VertexCollectionCreateOptions
-
Packages that use VertexCollectionCreateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of VertexCollectionCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexCollectionCreateOptions Modifier and Type Method Description GraphEntityArangoGraph. addVertexCollection(String name, VertexCollectionCreateOptions options)Adds a vertex collection to the set of collections of the graph.CompletableFuture<GraphEntity>ArangoGraphAsync. addVertexCollection(String name, VertexCollectionCreateOptions options)Asynchronous version ofArangoGraph.addVertexCollection(String, VertexCollectionCreateOptions) -
Uses of VertexCollectionCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexCollectionCreateOptions Modifier and Type Method Description static VertexCollectionCreateOptionsOptionsBuilder. build(VertexCollectionCreateOptions options, String collection)VertexCollectionCreateOptionsVertexCollectionCreateOptions. satellites(String... satellites)Methods in com.arangodb.model with parameters of type VertexCollectionCreateOptions Modifier and Type Method Description static VertexCollectionCreateOptionsOptionsBuilder. build(VertexCollectionCreateOptions options, String collection)
-