Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
VertexUpdateEntity |
ArangoVertexCollection.replaceVertex(String key,
Object value)
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
|
VertexUpdateEntity |
ArangoVertexCollection.replaceVertex(String key,
Object value,
VertexReplaceOptions options)
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
|
VertexUpdateEntity |
ArangoVertexCollection.updateVertex(String key,
Object value)
Partially updates the vertex identified by document-key.
|
VertexUpdateEntity |
ArangoVertexCollection.updateVertex(String key,
Object value,
VertexUpdateOptions options)
Partially updates the vertex identified by document-key.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsync.replaceVertex(String key,
Object value)
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
|
CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsync.replaceVertex(String key,
Object value,
VertexReplaceOptions options)
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
|
CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsync.updateVertex(String key,
Object value)
Partially updates the vertex identified by document-key.
|
CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsync.updateVertex(String key,
Object value,
VertexUpdateOptions options)
Partially updates the vertex identified by document-key.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsyncImpl.replaceVertex(String key,
Object value) |
CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsyncImpl.replaceVertex(String key,
Object value,
VertexReplaceOptions options) |
CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsyncImpl.updateVertex(String key,
Object value) |
CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsyncImpl.updateVertex(String key,
Object value,
VertexUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
VertexUpdateEntity |
ArangoVertexCollectionImpl.replaceVertex(String key,
Object value) |
VertexUpdateEntity |
ArangoVertexCollectionImpl.replaceVertex(String key,
Object value,
VertexReplaceOptions options) |
VertexUpdateEntity |
ArangoVertexCollectionImpl.updateVertex(String key,
Object value) |
VertexUpdateEntity |
ArangoVertexCollectionImpl.updateVertex(String key,
Object value,
VertexUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
protected ArangoExecutor.ResponseDeserializer<VertexUpdateEntity> |
InternalArangoVertexCollection.replaceVertexResponseDeserializer() |
protected ArangoExecutor.ResponseDeserializer<VertexUpdateEntity> |
InternalArangoVertexCollection.updateVertexResponseDeserializer() |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.