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 GraphEntity
ArangoGraph. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)
Creates the graph in the graph module.GraphEntity
ArangoDatabase. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)
Create a new graph in the graph module. -
Uses of GraphCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return GraphCreateOptions Modifier and Type Method Description static GraphCreateOptions
OptionsBuilder. build(GraphCreateOptions options, String name, Collection<EdgeDefinition> edgeDefinitions)
GraphCreateOptions
GraphCreateOptions. isDisjoint(Boolean isDisjoint)
GraphCreateOptions
GraphCreateOptions. isSmart(Boolean isSmart)
GraphCreateOptions
GraphCreateOptions. numberOfShards(Integer numberOfShards)
GraphCreateOptions
GraphCreateOptions. orphanCollections(String... orphanCollections)
GraphCreateOptions
GraphCreateOptions. replicationFactor(int replicationFactor)
GraphCreateOptions
GraphCreateOptions. replicationFactor(ReplicationFactor replicationFactor)
GraphCreateOptions
GraphCreateOptions. satellites(String... satellites)
GraphCreateOptions
GraphCreateOptions. smartGraphAttribute(String smartGraphAttribute)
GraphCreateOptions
GraphCreateOptions. waitForSync(Boolean waitForSync)
GraphCreateOptions
GraphCreateOptions. writeConcern(Integer writeConcern)
Methods in com.arangodb.model with parameters of type GraphCreateOptions Modifier and Type Method Description static GraphCreateOptions
OptionsBuilder. build(GraphCreateOptions options, String name, Collection<EdgeDefinition> edgeDefinitions)
-