Uses of Class
com.arangodb.tinkerpop.gremlin.persistence.ElementId
Packages that use ElementId
Package
Description
-
Uses of ElementId in com.arangodb.tinkerpop.gremlin.client
Methods in com.arangodb.tinkerpop.gremlin.client with parameters of type ElementIdModifier and TypeMethodDescriptionArangoDBGraphClient.getVertexEdges(ElementId vertexId, Set<String> edgeCollections, org.apache.tinkerpop.gremlin.structure.Direction direction, String[] labels) ArangoDBGraphClient.getVertexNeighbors(ElementId vertexId, Set<String> edgeCollections, org.apache.tinkerpop.gremlin.structure.Direction direction, String[] labels) ArangoDBGraphClient.readVertex(ElementId id) Method parameters in com.arangodb.tinkerpop.gremlin.client with type arguments of type ElementIdModifier and TypeMethodDescriptioncom.arangodb.ArangoIterable<EdgeData> ArangoDBGraphClient.getGraphEdges(List<ElementId> ids) Get edges of a graph.com.arangodb.ArangoIterable<VertexData> ArangoDBGraphClient.getGraphVertices(List<ElementId> ids) Get vertices of a graph. -
Uses of ElementId in com.arangodb.tinkerpop.gremlin.persistence
Methods in com.arangodb.tinkerpop.gremlin.persistence that return ElementIdModifier and TypeMethodDescriptionElementIdFactory.createEdgeId(String label, Object id) ElementIdFactory.createVertexId(String label, Object id) protected abstract ElementIdEdgeData.elementId()PersistentData.elementId()VertexData.elementId()EdgeData.getFrom()EdgeData.getTo()ElementIdFactory.parseEdgeId(Object id) ElementIdFactory.parseVertexId(Object id) Methods in com.arangodb.tinkerpop.gremlin.persistence that return types with arguments of type ElementIdModifier and TypeMethodDescriptionElementIdFactory.parseEdgeIds(Object[] ids) ElementIdFactory.parseVertexIds(Object[] ids) Constructors in com.arangodb.tinkerpop.gremlin.persistence with parameters of type ElementId -
Uses of ElementId in com.arangodb.tinkerpop.gremlin.persistence.complex
Subclasses of ElementId in com.arangodb.tinkerpop.gremlin.persistence.complexMethods in com.arangodb.tinkerpop.gremlin.persistence.complex that return ElementId -
Uses of ElementId in com.arangodb.tinkerpop.gremlin.persistence.serde
Methods in com.arangodb.tinkerpop.gremlin.persistence.serde that return ElementIdModifier and TypeMethodDescriptionElementIdDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctx) Methods in com.arangodb.tinkerpop.gremlin.persistence.serde with parameters of type ElementId -
Uses of ElementId in com.arangodb.tinkerpop.gremlin.persistence.simple
Subclasses of ElementId in com.arangodb.tinkerpop.gremlin.persistence.simpleMethods in com.arangodb.tinkerpop.gremlin.persistence.simple that return ElementId -
Uses of ElementId in com.arangodb.tinkerpop.gremlin.structure
Methods in com.arangodb.tinkerpop.gremlin.structure that return ElementId