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