Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> T |
ArangoEdgeCollection.getEdge(String key,
Class<T> type,
GraphDocumentReadOptions options)
Fetches an existing edge
|
<T> T |
ArangoVertexCollection.getVertex(String key,
Class<T> type,
GraphDocumentReadOptions options)
Retrieves the vertex document with the given
key from the collection. |
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<T> |
ArangoEdgeCollectionAsync.getEdge(String key,
Class<T> type,
GraphDocumentReadOptions options)
Fetches an existing edge
|
<T> CompletableFuture<T> |
ArangoVertexCollectionAsync.getVertex(String key,
Class<T> type,
GraphDocumentReadOptions options)
Fetches an existing vertex
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<T> |
ArangoEdgeCollectionAsyncImpl.getEdge(String key,
Class<T> type,
GraphDocumentReadOptions options) |
<T> CompletableFuture<T> |
ArangoVertexCollectionAsyncImpl.getVertex(String key,
Class<T> type,
GraphDocumentReadOptions options) |
Modifier and Type | Method and Description |
---|---|
GraphDocumentReadOptions |
GraphDocumentReadOptions.allowDirtyRead(Boolean allowDirtyRead) |
GraphDocumentReadOptions |
GraphDocumentReadOptions.catchException(boolean catchException)
Deprecated.
for removal
|
GraphDocumentReadOptions |
GraphDocumentReadOptions.ifMatch(String ifMatch) |
GraphDocumentReadOptions |
GraphDocumentReadOptions.ifNoneMatch(String ifNoneMatch) |
GraphDocumentReadOptions |
GraphDocumentReadOptions.streamTransactionId(String streamTransactionId) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.