Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal |
Modifier and Type | Method and Description |
---|---|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.replaceEdge(String key,
T value)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
|
<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
|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.updateEdge(String key,
T value)
Partially updates the edge identified by document-key.
|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.updateEdge(String key,
T value,
EdgeUpdateOptions options)
Partially updates the edge identified by document-key.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsync.replaceEdge(String key,
T value)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
|
<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
|
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsync.updateEdge(String key,
T value)
Partially updates the edge identified by document-key.
|
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsync.updateEdge(String key,
T value,
EdgeUpdateOptions options)
Partially updates the edge identified by document-key.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsyncImpl.replaceEdge(String key,
T value) |
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsyncImpl.replaceEdge(String key,
T value,
EdgeReplaceOptions options) |
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsyncImpl.updateEdge(String key,
T value) |
<T> CompletableFuture<EdgeUpdateEntity> |
ArangoEdgeCollectionAsyncImpl.updateEdge(String key,
T value,
EdgeUpdateOptions options) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.