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 ElementIdFactorycreate(ArangoDBGraphConfig config) createEdgeId(String label, Object id) createVertexId(String label, Object id) protected abstract Stringprotected abstract Stringprotected abstract ElementIdprotected abstract StringinferCollection(String collection, String label, String defaultCollection) parseEdgeId(Object id) parseEdgeIds(Object[] ids) parseVertexId(Object id) parseVertexIds(Object[] ids) protected abstract voidvalidateId(String id, String label)
-
Field Details
-
config
-
-
Constructor Details
-
ElementIdFactory
-
-
Method Details
-
create
-
defaultVertexCollection
-
defaultEdgeCollection
-
inferCollection
-
validateId
-
doCreate
-
createVertexId
-
createEdgeId
-
parseVertexId
-
parseVertexIds
-
parseEdgeId
-
parseEdgeIds
-
parseId
-