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 classTinkerGraph.DefaultIdManagerA default set ofTinkerGraph.IdManagerimplementations 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. edgeIdManagerprotected TinkerGraph.IdManager<?>TinkerGraph. vertexIdManagerprotected TinkerGraph.IdManager<?>TinkerGraph. vertexPropertyIdManager
-