Uses of Class
com.arangodb.model.VertexCollectionCreateOptions
Packages that use VertexCollectionCreateOptions
-
Uses of VertexCollectionCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexCollectionCreateOptionsModifier and TypeMethodDescriptionArangoGraph.addVertexCollection(String name, VertexCollectionCreateOptions options) Adds a vertex collection to the set of collections of the graph.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 VertexCollectionCreateOptionsModifier and TypeMethodDescriptionOptionsBuilder.build(VertexCollectionCreateOptions options, String collection) VertexCollectionCreateOptions.satellites(String... satellites) Methods in com.arangodb.model with parameters of type VertexCollectionCreateOptionsModifier and TypeMethodDescriptionOptionsBuilder.build(VertexCollectionCreateOptions options, String collection)