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.structure
Methods in org.apache.tinkerpop.gremlin.structure that return RemoteGraph Modifier and Type Method Description static RemoteGraph
RemoteGraph. open(String configFile)
static RemoteGraph
RemoteGraph. open(org.apache.commons.configuration2.Configuration conf)
Creates a newRemoteGraph
instance using the specified configuration, which allowsRemoteGraph
to be compliant withGraphFactory
.static RemoteGraph
RemoteGraph. open(RemoteConnection connection, org.apache.commons.configuration2.Configuration conf)
Creates a newRemoteGraph
instance.
-