Uses of Class
org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.Builder
Packages that use StarGraph.Builder
-
Uses of StarGraph.Builder in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return StarGraph.BuilderModifier and TypeMethodDescriptionstatic StarGraph.BuilderStarGraph.build()StarGraph.Builder.compareIdsUsingStrings(boolean b) Tell StarGraph whether to invokeObject.toString()on vertex and edge IDs during comparisons (including "does an element with this ID already exist" checks).StarGraph.Builder.internStrings(boolean b) Tell StarGraph whether to invokeString.intern()on label and property key strings.