Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.createGraph(Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options)
Creates the graph in the graph module.
|
CompletableFuture<GraphEntity> |
ArangoDatabaseAsync.createGraph(String name,
Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options)
Create a new graph in the graph module.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<GraphEntity> |
ArangoGraphAsyncImpl.createGraph(Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options) |
CompletableFuture<GraphEntity> |
ArangoDatabaseAsyncImpl.createGraph(String name,
Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
static GraphCreateOptions |
OptionsBuilder.build(GraphCreateOptions options,
String name,
Collection<EdgeDefinition> edgeDefinitions) |
protected GraphCreateOptions |
GraphCreateOptions.edgeDefinitions(Collection<EdgeDefinition> edgeDefinitions) |
GraphCreateOptions |
GraphCreateOptions.isDisjoint(Boolean isDisjoint) |
GraphCreateOptions |
GraphCreateOptions.isSmart(Boolean isSmart) |
GraphCreateOptions |
GraphCreateOptions.minReplicationFactor(Integer minReplicationFactor)
Deprecated.
use
writeConcern(Integer) instead |
protected GraphCreateOptions |
GraphCreateOptions.name(String name) |
GraphCreateOptions |
GraphCreateOptions.numberOfShards(Integer numberOfShards) |
GraphCreateOptions |
GraphCreateOptions.orphanCollections(String... orphanCollections) |
GraphCreateOptions |
GraphCreateOptions.replicationFactor(Integer replicationFactor) |
GraphCreateOptions |
GraphCreateOptions.satellite(Boolean satellite) |
GraphCreateOptions |
GraphCreateOptions.satellites(String... satellites) |
GraphCreateOptions |
GraphCreateOptions.smartGraphAttribute(String smartGraphAttribute) |
GraphCreateOptions |
GraphCreateOptions.writeConcern(Integer writeConcern) |
Modifier and Type | Method and Description |
---|---|
static GraphCreateOptions |
OptionsBuilder.build(GraphCreateOptions options,
String name,
Collection<EdgeDefinition> edgeDefinitions) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.