Uses of Class
org.apache.tinkerpop.gremlin.structure.Graph.OptIns
-
Packages that use Graph.OptIns Package Description org.apache.tinkerpop.gremlin.structure org.apache.tinkerpop.gremlin.tinkergraph.structure -
-
Uses of Graph.OptIns in org.apache.tinkerpop.gremlin.structure
Classes in org.apache.tinkerpop.gremlin.structure with annotations of type Graph.OptIns Modifier and Type Class Description class
RemoteGraph
RemoteGraph
is only required for integrating with the test suite as there must be aGraph
instance for the test suite to bind to. -
Uses of Graph.OptIns in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure with annotations of type Graph.OptIns Modifier and Type Class Description class
TinkerGraph
An in-memory (with optional persistence on calls toTinkerGraph.close()
), reference implementation of the property graph interfaces provided by TinkerPop.
-