Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.util.star |
Modifier and Type | Method and Description |
---|---|
static StarGraph.Builder |
StarGraph.build() |
static StarGraph.Builder |
StarGraph.builder()
Deprecated.
As of release 3.3.5, replaced by
StarGraph.build() . |
StarGraph.Builder |
StarGraph.Builder.compareIdsUsingStrings(boolean b)
Tell StarGraph whether to invoke
Object.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 invoke
String.intern() on label and property key strings. |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.