Uses of Class
org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.Builder
-
Packages that use StarGraph.Builder Package Description org.apache.tinkerpop.gremlin.structure.util.star -
-
Uses of StarGraph.Builder in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return StarGraph.Builder Modifier and Type Method Description static StarGraph.Builder
StarGraph. build()
StarGraph.Builder
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
StarGraph.Builder. internStrings(boolean b)
Tell StarGraph whether to invokeString.intern()
on label and property key strings.
-