Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<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,
EdgeCreateOptions options)
Creates a new edge in the collection
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<EdgeEntity> |
ArangoEdgeCollectionAsyncImpl.insertEdge(T value,
EdgeCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
EdgeCreateOptions |
EdgeCreateOptions.streamTransactionId(String streamTransactionId) |
EdgeCreateOptions |
EdgeCreateOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.