Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> VertexUpdateEntity |
ArangoVertexCollection.updateVertex(String key,
T value,
VertexUpdateOptions options)
Partially updates the vertex identified by document-key.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsync.updateVertex(String key,
T value,
VertexUpdateOptions options)
Partially updates the vertex identified by document-key.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<VertexUpdateEntity> |
ArangoVertexCollectionAsyncImpl.updateVertex(String key,
T value,
VertexUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
VertexUpdateOptions |
VertexUpdateOptions.ifMatch(String ifMatch) |
VertexUpdateOptions |
VertexUpdateOptions.keepNull(Boolean keepNull) |
VertexUpdateOptions |
VertexUpdateOptions.streamTransactionId(String streamTransactionId) |
VertexUpdateOptions |
VertexUpdateOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.