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