Uses of Class
org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
-
Packages that use DriverRemoteConnection Package Description org.apache.tinkerpop.gremlin.driver.remote -
-
Uses of DriverRemoteConnection in org.apache.tinkerpop.gremlin.driver.remote
Methods in org.apache.tinkerpop.gremlin.driver.remote that return DriverRemoteConnection Modifier and Type Method Description static DriverRemoteConnection
DriverRemoteConnection. using(String clusterConfFile)
Creates aDriverRemoteConnection
using a newCluster
instance created from the supplied configuration file.static DriverRemoteConnection
DriverRemoteConnection. using(String host, int port)
Creates aDriverRemoteConnection
using a newCluster
instance created from the supplied host and port and binds it to a remoteGraphTraversalSource
named "g".static DriverRemoteConnection
DriverRemoteConnection. using(String host, int port, String remoteTraversalSourceName)
Creates aDriverRemoteConnection
using a newCluster
instance created from the supplied host port and aliases it to the specified remoteGraphTraversalSource
.static DriverRemoteConnection
DriverRemoteConnection. using(String clusterConfFile, String remoteTraversalSourceName)
Creates aDriverRemoteConnection
using a newCluster
instance created from the supplied configuration file.static DriverRemoteConnection
DriverRemoteConnection. using(org.apache.commons.configuration2.Configuration conf)
Creates aDriverRemoteConnection
using an ApacheConfiguration
object.static DriverRemoteConnection
DriverRemoteConnection. using(Client client)
Creates aDriverRemoteConnection
using an existingClient
object.static DriverRemoteConnection
DriverRemoteConnection. using(Client client, String remoteTraversalSourceName)
Creates aDriverRemoteConnection
using an existingClient
object.static DriverRemoteConnection
DriverRemoteConnection. using(Cluster cluster)
Creates aDriverRemoteConnection
from an existingCluster
instance.static DriverRemoteConnection
DriverRemoteConnection. using(Cluster cluster, String remoteTraversalSourceName)
Creates aDriverRemoteConnection
from an existingCluster
instance.Constructors in org.apache.tinkerpop.gremlin.driver.remote with parameters of type DriverRemoteConnection Constructor Description DriverRemoteTransaction(DriverRemoteConnection sessionBasedConnection)
-