Uses of Class
com.arangodb.tinkerpop.gremlin.persistence.VertexData
Packages that use VertexData
-
Uses of VertexData in com.arangodb.tinkerpop.gremlin.client
Methods in com.arangodb.tinkerpop.gremlin.client that return VertexDataMethods in com.arangodb.tinkerpop.gremlin.client that return types with arguments of type VertexDataModifier and TypeMethodDescriptioncom.arangodb.ArangoIterable
<VertexData> ArangoDBGraphClient.getGraphVertices
(List<ElementId> ids) Get vertices of a graph.ArangoDBGraphClient.getVertexNeighbors
(ElementId vertexId, Set<String> edgeCollections, org.apache.tinkerpop.gremlin.structure.Direction direction, String[] labels) -
Uses of VertexData in com.arangodb.tinkerpop.gremlin.structure
Methods in com.arangodb.tinkerpop.gremlin.structure with parameters of type VertexData