Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
GraphEntity |
ArangoGraph.addVertexCollection(String name,
VertexCollectionCreateOptions options)
Adds a vertex collection to the set of collections of the graph.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<GraphEntity> |
ArangoGraphAsync.addVertexCollection(String name,
VertexCollectionCreateOptions options)
Adds a vertex collection to the set of collections of the graph.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<GraphEntity> |
ArangoGraphAsyncImpl.addVertexCollection(String name,
VertexCollectionCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
static VertexCollectionCreateOptions |
OptionsBuilder.build(VertexCollectionCreateOptions options,
String collection) |
protected VertexCollectionCreateOptions |
VertexCollectionCreateOptions.collection(String collection) |
VertexCollectionCreateOptions |
VertexCollectionCreateOptions.satellites(String... satellites) |
Modifier and Type | Method and Description |
---|---|
static VertexCollectionCreateOptions |
OptionsBuilder.build(VertexCollectionCreateOptions options,
String collection) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.