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