Uses of Class
org.apache.tinkerpop.gremlin.structure.RemoteGraph
- 
Packages that use RemoteGraph Package Description org.apache.tinkerpop.gremlin.structure 
- 
- 
Uses of RemoteGraph in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return RemoteGraph Modifier and Type Method Description static RemoteGraphRemoteGraph. open(String configFile)static RemoteGraphRemoteGraph. open(org.apache.commons.configuration2.Configuration conf)Creates a newRemoteGraphinstance using the specified configuration, which allowsRemoteGraphto be compliant withGraphFactory.static RemoteGraphRemoteGraph. open(RemoteConnection connection, org.apache.commons.configuration2.Configuration conf)Creates a newRemoteGraphinstance.
 
-