Uses of Interface
org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.IdManager
-
Packages that use AbstractTinkerGraph.IdManager Package Description org.apache.tinkerpop.gremlin.tinkergraph.structure -
-
Uses of AbstractTinkerGraph.IdManager in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement AbstractTinkerGraph.IdManager Modifier and Type Class Description static class
AbstractTinkerGraph.DefaultIdManager
A default set ofAbstractTinkerGraph.IdManager
implementations for common identifier types.Fields in org.apache.tinkerpop.gremlin.tinkergraph.structure declared as AbstractTinkerGraph.IdManager Modifier and Type Field Description protected AbstractTinkerGraph.IdManager<Edge>
AbstractTinkerGraph. edgeIdManager
protected AbstractTinkerGraph.IdManager<Vertex>
AbstractTinkerGraph. vertexIdManager
protected AbstractTinkerGraph.IdManager<VertexProperty>
AbstractTinkerGraph. vertexPropertyIdManager
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return AbstractTinkerGraph.IdManager Modifier and Type Method Description protected static <T extends Element>
AbstractTinkerGraph.IdManager<T>AbstractTinkerGraph. selectIdManager(org.apache.commons.configuration2.Configuration config, String configKey, Class<T> clazz)
Construct anAbstractTinkerGraph.IdManager
from the TinkerGraphConfiguration
.
-