| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal |
| Modifier and Type | Method and Description |
|---|---|
<T> VertexEntity |
ArangoVertexCollection.insertVertex(T value)
Creates a new vertex in the collection
|
<T> VertexEntity |
ArangoVertexCollection.insertVertex(T value,
VertexCreateOptions options)
Creates a new vertex in the collection
|
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<VertexEntity> |
ArangoVertexCollectionAsync.insertVertex(T value)
Creates a new vertex in the collection
|
<T> CompletableFuture<VertexEntity> |
ArangoVertexCollectionAsync.insertVertex(T value,
VertexCreateOptions options)
Creates a new vertex in the collection
|
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<VertexEntity> |
ArangoVertexCollectionAsyncImpl.insertVertex(T value) |
<T> CompletableFuture<VertexEntity> |
ArangoVertexCollectionAsyncImpl.insertVertex(T value,
VertexCreateOptions options) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.