Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
EdgeUpdateEntity |
ArangoEdgeCollection.replaceEdge(String key,
Object 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 |
---|---|
CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsync.replaceEdge(String key,
Object 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 |
---|---|
CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsyncImpl.replaceEdge(String key,
Object value,
EdgeReplaceOptions options) |
Modifier and Type | Method and Description |
---|---|
EdgeUpdateEntity |
ArangoEdgeCollectionImpl.replaceEdge(String key,
Object value,
EdgeReplaceOptions options) |
protected <T> InternalRequest |
InternalArangoEdgeCollection.replaceEdgeRequest(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–2023 ArangoDB GmbH. All rights reserved.