Uses of Class
com.arangodb.model.GraphDocumentReadOptions
Packages that use GraphDocumentReadOptions
-
Uses of GraphDocumentReadOptions in com.arangodb
Methods in com.arangodb with parameters of type GraphDocumentReadOptionsModifier and TypeMethodDescription<T> TArangoEdgeCollection.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> TArangoVertexCollection.getVertex(String key, Class<T> type, GraphDocumentReadOptions options) Retrieves the vertex document with the givenkeyfrom 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 GraphDocumentReadOptionsModifier and TypeMethodDescriptionGraphDocumentReadOptions.allowDirtyRead(Boolean allowDirtyRead) GraphDocumentReadOptions.ifNoneMatch(String ifNoneMatch)