Class ArangoDBQueryBuilder
java.lang.Object
com.arangodb.tinkerpop.gremlin.client.ArangoDBQueryBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
readAllDocuments
(Set<String> collections) static String
readVertexEdges
(String graphName, org.apache.tinkerpop.gremlin.structure.Direction direction, ArangoDBGraphConfig.GraphType type, String[] labels) static String
readVertexNeighbors
(String graphName, org.apache.tinkerpop.gremlin.structure.Direction direction, ArangoDBGraphConfig.GraphType type, String[] labels)
-
Method Details
-
readVertexNeighbors
public static String readVertexNeighbors(String graphName, org.apache.tinkerpop.gremlin.structure.Direction direction, ArangoDBGraphConfig.GraphType type, String[] labels) -
readVertexEdges
public static String readVertexEdges(String graphName, org.apache.tinkerpop.gremlin.structure.Direction direction, ArangoDBGraphConfig.GraphType type, String[] labels) -
readAllDocuments
-