Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> VertexEntity |
ArangoVertexCollection.insertVertex(T value,
VertexCreateOptions options)
Creates a new vertex in the collection
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<VertexEntity> |
ArangoVertexCollectionAsync.insertVertex(T value,
VertexCreateOptions options)
Creates a new vertex in the collection
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<VertexEntity> |
ArangoVertexCollectionAsyncImpl.insertVertex(T value,
VertexCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
VertexCreateOptions |
VertexCreateOptions.streamTransactionId(String streamTransactionId) |
VertexCreateOptions |
VertexCreateOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.