Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.entity | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
GraphEntity |
ArangoGraph.addEdgeDefinition(EdgeDefinition definition)
Adds the given edge definition to the graph.
|
GraphEntity |
ArangoGraph.replaceEdgeDefinition(EdgeDefinition definition)
Change one specific edge definition.
|
Modifier and Type | Method and Description |
---|---|
GraphEntity |
ArangoGraph.create(Collection<EdgeDefinition> edgeDefinitions)
Creates the graph in the graph module.
|
GraphEntity |
ArangoGraph.create(Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options)
Creates the graph in the graph module.
|
GraphEntity |
ArangoDatabase.createGraph(String name,
Collection<EdgeDefinition> edgeDefinitions)
Create a new 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.addEdgeDefinition(EdgeDefinition definition)
Add a new edge definition to the graph
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.replaceEdgeDefinition(EdgeDefinition definition)
Change one specific edge definition.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.create(Collection<EdgeDefinition> edgeDefinitions)
Creates the graph in the graph module.
|
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)
Create a new 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.addEdgeDefinition(EdgeDefinition definition) |
CompletableFuture<GraphEntity> |
ArangoGraphAsyncImpl.replaceEdgeDefinition(EdgeDefinition definition) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<GraphEntity> |
ArangoGraphAsyncImpl.create(Collection<EdgeDefinition> edgeDefinitions) |
CompletableFuture<GraphEntity> |
ArangoGraphAsyncImpl.createGraph(Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options) |
CompletableFuture<GraphEntity> |
ArangoDatabaseAsyncImpl.createGraph(String name,
Collection<EdgeDefinition> edgeDefinitions) |
CompletableFuture<GraphEntity> |
ArangoDatabaseAsyncImpl.createGraph(String name,
Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
EdgeDefinition |
EdgeDefinition.collection(String collection) |
EdgeDefinition |
EdgeDefinition.from(String... from) |
EdgeDefinition |
EdgeDefinition.to(String... to) |
Modifier and Type | Method and Description |
---|---|
Collection<EdgeDefinition> |
GraphEntity.getEdgeDefinitions() |
Modifier and Type | Method and Description |
---|---|
Collection<EdgeDefinition> |
GraphCreateOptions.getEdgeDefinitions() |
Modifier and Type | Method and Description |
---|---|
static GraphCreateOptions |
OptionsBuilder.build(GraphCreateOptions options,
String name,
Collection<EdgeDefinition> edgeDefinitions) |
protected GraphCreateOptions |
GraphCreateOptions.edgeDefinitions(Collection<EdgeDefinition> edgeDefinitions) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.