CompletableFuture<GraphEntity> |
ArangoGraphAsync.addEdgeDefinition(EdgeDefinition definition) |
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.addVertexCollection(String name) |
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.addVertexCollection(String name,
VertexCollectionCreateOptions options) |
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.create(Iterable<EdgeDefinition> edgeDefinitions) |
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.create(Iterable<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options) |
|
CompletableFuture<GraphEntity> |
ArangoDatabaseAsync.createGraph(String name,
Iterable<EdgeDefinition> edgeDefinitions) |
|
CompletableFuture<GraphEntity> |
ArangoDatabaseAsync.createGraph(String name,
Iterable<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options) |
|
Collection<GraphEntity> |
ArangoDatabase.getGraphs() |
Lists all graphs known to the graph module
|
CompletableFuture<Collection<GraphEntity>> |
ArangoDatabaseAsync.getGraphs() |
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.getInfo() |
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.replaceEdgeDefinition(EdgeDefinition definition) |
|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.replaceEdgeDefinition(EdgeDefinition definition,
ReplaceEdgeDefinitionOptions options) |
|