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 classRemoteGraphRemoteGraphis only required for integrating with the test suite as there must be aGraphinstance 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 classTinkerGraphAn in-memory (with optional persistence on calls toTinkerGraph.close()), reference implementation of the property graph interfaces provided by TinkerPop.
-