Uses of Interface
org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.IdManager
Packages that use AbstractTinkerGraph.IdManager
-
Uses of AbstractTinkerGraph.IdManager in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement AbstractTinkerGraph.IdManagerModifier and TypeClassDescriptionstatic enumA default set ofAbstractTinkerGraph.IdManagerimplementations for common identifier types.Fields in org.apache.tinkerpop.gremlin.tinkergraph.structure declared as AbstractTinkerGraph.IdManagerModifier and TypeFieldDescriptionprotected AbstractTinkerGraph.IdManager<Edge>AbstractTinkerGraph.edgeIdManagerprotected AbstractTinkerGraph.IdManager<Vertex>AbstractTinkerGraph.vertexIdManagerprotected AbstractTinkerGraph.IdManager<VertexProperty>AbstractTinkerGraph.vertexPropertyIdManagerMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return AbstractTinkerGraph.IdManagerModifier and TypeMethodDescriptionprotected static <T extends Element>
AbstractTinkerGraph.IdManager<T>AbstractTinkerGraph.selectIdManager(org.apache.commons.configuration2.Configuration config, String configKey, Class<T> clazz) Construct anAbstractTinkerGraph.IdManagerfrom the TinkerGraphConfiguration.