Uses of Class
com.arangodb.model.GraphDocumentReadOptions
-
Packages that use GraphDocumentReadOptions Package Description com.arangodb com.arangodb.model -
-
Uses of GraphDocumentReadOptions in com.arangodb
Methods in com.arangodb with parameters of type GraphDocumentReadOptions Modifier and Type Method Description <T> T
ArangoEdgeCollection. getEdge(String key, Class<T> type, GraphDocumentReadOptions options)
Fetches an existing edge<T> CompletableFuture<T>
ArangoEdgeCollectionAsync. getEdge(String key, Class<T> type, GraphDocumentReadOptions options)
Asynchronous version ofArangoEdgeCollection.getEdge(String, Class, GraphDocumentReadOptions)
<T> T
ArangoVertexCollection. getVertex(String key, Class<T> type, GraphDocumentReadOptions options)
Retrieves the vertex document with the givenkey
from the collection.<T> CompletableFuture<T>
ArangoVertexCollectionAsync. getVertex(String key, Class<T> type, GraphDocumentReadOptions options)
Asynchronous version ofArangoVertexCollection.getVertex(String, Class, GraphDocumentReadOptions)
-
Uses of GraphDocumentReadOptions in com.arangodb.model
Methods in com.arangodb.model that return GraphDocumentReadOptions Modifier and Type Method Description GraphDocumentReadOptions
GraphDocumentReadOptions. allowDirtyRead(Boolean allowDirtyRead)
GraphDocumentReadOptions
GraphDocumentReadOptions. ifMatch(String ifMatch)
GraphDocumentReadOptions
GraphDocumentReadOptions. ifNoneMatch(String ifNoneMatch)
GraphDocumentReadOptions
GraphDocumentReadOptions. streamTransactionId(String streamTransactionId)
-