Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.replaceEdge(String key,
T value,
EdgeReplaceOptions options)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsync.replaceEdge(String key,
T value,
EdgeReplaceOptions options)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsyncImpl.replaceEdge(String key,
T value,
EdgeReplaceOptions options) |
Modifier and Type | Method and Description |
---|---|
EdgeReplaceOptions |
EdgeReplaceOptions.ifMatch(String ifMatch) |
EdgeReplaceOptions |
EdgeReplaceOptions.streamTransactionId(String streamTransactionId) |
EdgeReplaceOptions |
EdgeReplaceOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.