Package | Description |
---|---|
com.arangodb | |
com.arangodb.impl | |
com.arangodb.util |
Modifier and Type | Field and Description |
---|---|
protected ArangoDriver |
ArangoClient.driver |
Modifier and Type | Method and Description |
---|---|
<V,E> ShortestPathEntity<V,E> |
InternalCursorDriver.getShortestPath(String database,
String graphName,
Object startVertexExample,
Object endVertexExample,
ShortestPathOptions shortestPathOptions,
AqlQueryOptions aqlQueryOptions,
Class<V> vertexClass,
Class<E> edgeClass,
ArangoDriver driver)
Get the shortest path from a vertex to another vertex
|
Modifier and Type | Method and Description |
---|---|
<V,E> ShortestPathEntity<V,E> |
InternalCursorDriverImpl.getShortestPath(String database,
String graphName,
Object startVertexExample,
Object endVertexExample,
ShortestPathOptions shortestPathOptions,
AqlQueryOptions aqlQueryOptions,
Class<V> vertexClass,
Class<E> edgeClass,
ArangoDriver driver)
Deprecated.
use AQL instead
|
Modifier and Type | Method and Description |
---|---|
static String |
GraphQueryUtil.createEdgeQuery(ArangoDriver driver,
String graphName,
Object vertexExample,
GraphEdgesOptions graphEdgesOptions,
MapBuilder bindVars) |
static String |
GraphQueryUtil.createShortestPathQuery(ArangoDriver driver,
String database,
String graphName,
Object startVertexExample,
Object endVertexExample,
ShortestPathOptions shortestPathOptions,
Class<?> vertexClass,
Class<?> edgeClass,
MapBuilder bindVars) |
static String |
GraphQueryUtil.createVerticesQuery(ArangoDriver driver,
String graphName,
Object vertexExample,
GraphVerticesOptions graphVerticesOptions,
MapBuilder bindVars) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.