Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
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,
EdgeCreateOptions options)
Creates a new edge in the collection
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<EdgeEntity> |
ArangoEdgeCollectionAsyncImpl.insertEdge(Object value,
EdgeCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
EdgeEntity |
ArangoEdgeCollectionImpl.insertEdge(Object value,
EdgeCreateOptions options) |
protected <T> InternalRequest |
InternalArangoEdgeCollection.insertEdgeRequest(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.