Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver.remote |
Modifier and Type | Method and Description |
---|---|
static DriverRemoteConnection |
DriverRemoteConnection.using(Cluster cluster)
Creates a
DriverRemoteConnection from an existing Cluster instance. |
static DriverRemoteConnection |
DriverRemoteConnection.using(Cluster cluster,
String remoteTraversalSourceName)
Creates a
DriverRemoteConnection from an existing Cluster instance. |
static DriverRemoteConnection |
DriverRemoteConnection.using(Configuration conf)
Creates a
DriverRemoteConnection using an Apache Configuration object. |
static DriverRemoteConnection |
DriverRemoteConnection.using(String clusterConfFile)
Creates a
DriverRemoteConnection using a new Cluster instance created from the supplied
configuration file. |
static DriverRemoteConnection |
DriverRemoteConnection.using(String clusterConfFile,
String remoteTraversalSourceName)
Creates a
DriverRemoteConnection using a new Cluster instance created from the supplied
configuration file. |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.