Uses of Class
com.arangodb.model.GraphCreateOptions
-
Packages that use GraphCreateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of GraphCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type GraphCreateOptions Modifier and Type Method Description GraphEntityArangoGraph. create(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Creates the graph in the graph module.CompletableFuture<GraphEntity>ArangoGraphAsync. create(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Asynchronous version ofArangoGraph.create(Iterable, GraphCreateOptions)GraphEntityArangoDatabase. createGraph(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Create a new graph in the graph module.CompletableFuture<GraphEntity>ArangoDatabaseAsync. createGraph(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Asynchronous version ofArangoDatabase.createGraph(String, Iterable, GraphCreateOptions) -
Uses of GraphCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return GraphCreateOptions Modifier and Type Method Description static GraphCreateOptionsOptionsBuilder. build(GraphCreateOptions options, String name, Iterable<EdgeDefinition> edgeDefinitions)GraphCreateOptionsGraphCreateOptions. isDisjoint(Boolean isDisjoint)GraphCreateOptionsGraphCreateOptions. isSmart(Boolean isSmart)GraphCreateOptionsGraphCreateOptions. numberOfShards(Integer numberOfShards)GraphCreateOptionsGraphCreateOptions. orphanCollections(String... orphanCollections)GraphCreateOptionsGraphCreateOptions. replicationFactor(int replicationFactor)GraphCreateOptionsGraphCreateOptions. replicationFactor(ReplicationFactor replicationFactor)GraphCreateOptionsGraphCreateOptions. satellites(String... satellites)GraphCreateOptionsGraphCreateOptions. smartGraphAttribute(String smartGraphAttribute)GraphCreateOptionsGraphCreateOptions. waitForSync(Boolean waitForSync)GraphCreateOptionsGraphCreateOptions. writeConcern(Integer writeConcern)Methods in com.arangodb.model with parameters of type GraphCreateOptions Modifier and Type Method Description static GraphCreateOptionsOptionsBuilder. build(GraphCreateOptions options, String name, Iterable<EdgeDefinition> edgeDefinitions)
-