Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
EdgeEntity |
ArangoEdgeCollection.insertEdge(Object value)
Creates a new edge in the collection
|
EdgeEntity |
ArangoEdgeCollection.insertEdge(Object value,
EdgeCreateOptions options)
Creates a new edge in the collection
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<EdgeEntity> |
ArangoEdgeCollectionAsync.insertEdge(Object value)
Creates a new edge in the collection
|
CompletableFuture<EdgeEntity> |
ArangoEdgeCollectionAsync.insertEdge(Object value,
EdgeCreateOptions options)
Creates a new edge in the collection
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<EdgeEntity> |
ArangoEdgeCollectionAsyncImpl.insertEdge(Object value) |
CompletableFuture<EdgeEntity> |
ArangoEdgeCollectionAsyncImpl.insertEdge(Object value,
EdgeCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
EdgeEntity |
ArangoEdgeCollectionImpl.insertEdge(Object value) |
EdgeEntity |
ArangoEdgeCollectionImpl.insertEdge(Object value,
EdgeCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
protected ArangoExecutor.ResponseDeserializer<EdgeEntity> |
InternalArangoEdgeCollection.insertEdgeResponseDeserializer() |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.