Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal |
Modifier and Type | Method and Description |
---|---|
GraphEntity |
ArangoGraph.addEdgeDefinition(EdgeDefinition definition)
Adds the given edge definition to the graph.
|
GraphEntity |
ArangoGraph.addVertexCollection(String name)
Adds a vertex collection to the set of collections of the graph.
|
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.
|
GraphEntity |
ArangoGraph.getInfo()
Retrieves general information about the graph.
|
GraphEntity |
ArangoGraph.removeEdgeDefinition(String definitionName)
Remove one edge definition from the graph.
|
GraphEntity |
ArangoGraph.replaceEdgeDefinition(EdgeDefinition definition)
Change one specific edge definition.
|
Modifier and Type | Method and Description |
---|---|
Collection<GraphEntity> |
ArangoDatabase.getGraphs()
Lists all graphs known to 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.addVertexCollection(String name)
Adds a vertex collection to the set of collections of the graph.
|
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.
|
CompletableFuture<Collection<GraphEntity>> |
ArangoDatabaseAsync.getGraphs()
Lists all graphs known to the graph module
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.getInfo()
Get a graph from the graph module
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.removeEdgeDefinition(String definitionName)
Remove one edge definition from the graph.
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.replaceEdgeDefinition(EdgeDefinition definition)
Change one specific edge definition.
|
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.