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.addVertexCollection(String name,
VertexCollectionCreateOptions options) |
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.replaceEdgeDefinition(EdgeDefinition definition) |
Change one specific edge definition.
|
GraphEntity |
ArangoGraph.replaceEdgeDefinition(EdgeDefinition definition,
ReplaceEdgeDefinitionOptions options) |
Change one specific edge definition.
|