Uses of Interface
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.IdManager
-
Packages that use TinkerGraph.IdManager Package Description org.apache.tinkerpop.gremlin.tinkergraph.structure -
-
Uses of TinkerGraph.IdManager in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement TinkerGraph.IdManager Modifier and Type Class Description static class
TinkerGraph.DefaultIdManager
A default set ofTinkerGraph.IdManager
implementations for common identifier types.Fields in org.apache.tinkerpop.gremlin.tinkergraph.structure declared as TinkerGraph.IdManager Modifier and Type Field Description protected TinkerGraph.IdManager<?>
TinkerGraph. edgeIdManager
protected TinkerGraph.IdManager<?>
TinkerGraph. vertexIdManager
protected TinkerGraph.IdManager<?>
TinkerGraph. vertexPropertyIdManager
-