Class ElementIdFactory
java.lang.Object
com.arangodb.tinkerpop.gremlin.persistence.ElementIdFactory
- Direct Known Subclasses:
ComplexElementIdFactory
,SimpleElementIdFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ElementIdFactory
create
(ArangoDBGraphConfig config) createEdgeId
(String label, Object id) createVertexId
(String label, Object id) protected abstract String
protected abstract String
protected abstract ElementId
protected abstract String
inferCollection
(String collection, String label, String defaultCollection) parseEdgeId
(Object id) parseEdgeIds
(Object[] ids) parseVertexId
(Object id) parseVertexIds
(Object[] ids) protected abstract void
validateId
(String id)
-
Field Details
-
config
-
-
Constructor Details
-
ElementIdFactory
-
-
Method Details
-
create
-
defaultVertexCollection
-
defaultEdgeCollection
-
inferCollection
-
validateId
-
doCreate
-
createVertexId
-
createEdgeId
-
parseVertexId
-
parseVertexIds
-
parseEdgeId
-
parseEdgeIds
-
parseId
-