Uses of Class
com.arangodb.model.GraphCreateOptions
Packages that use GraphCreateOptions
-
Uses of GraphCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type GraphCreateOptionsModifier and TypeMethodDescriptionArangoGraph.create
(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Creates the graph in the graph module.ArangoGraphAsync.create
(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Asynchronous version ofArangoGraph.create(Iterable, GraphCreateOptions)
ArangoDatabase.createGraph
(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Create a new graph in the graph module.ArangoDatabaseAsync.createGraph
(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) Asynchronous version ofArangoDatabase.createGraph(String, Iterable, GraphCreateOptions)
-
Uses of GraphCreateOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type GraphCreateOptionsModifier and TypeMethodDescriptionArangoGraphAsyncImpl.create
(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) ArangoGraphImpl.create
(Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) ArangoDatabaseAsyncImpl.createGraph
(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) ArangoDatabaseImpl.createGraph
(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) protected InternalRequest
InternalArangoDatabase.createGraphRequest
(String name, Iterable<EdgeDefinition> edgeDefinitions, GraphCreateOptions options) -
Uses of GraphCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return GraphCreateOptionsModifier and TypeMethodDescriptionstatic GraphCreateOptions
OptionsBuilder.build
(GraphCreateOptions options, String name, Iterable<EdgeDefinition> edgeDefinitions) GraphCreateOptions.isDisjoint
(Boolean isDisjoint) GraphCreateOptions.numberOfShards
(Integer numberOfShards) GraphCreateOptions.orphanCollections
(String... orphanCollections) GraphCreateOptions.replicationFactor
(int replicationFactor) GraphCreateOptions.replicationFactor
(ReplicationFactor replicationFactor) GraphCreateOptions.satellites
(String... satellites) GraphCreateOptions.smartGraphAttribute
(String smartGraphAttribute) GraphCreateOptions.waitForSync
(Boolean waitForSync) GraphCreateOptions.writeConcern
(Integer writeConcern) Methods in com.arangodb.model with parameters of type GraphCreateOptionsModifier and TypeMethodDescriptionstatic GraphCreateOptions
OptionsBuilder.build
(GraphCreateOptions options, String name, Iterable<EdgeDefinition> edgeDefinitions)