Uses of Class
org.apache.tinkerpop.gremlin.driver.Cluster
-
Packages that use Cluster Package Description org.apache.tinkerpop.gremlin.driver org.apache.tinkerpop.gremlin.driver.remote org.apache.tinkerpop.gremlin.driver.util -
-
Uses of Cluster in org.apache.tinkerpop.gremlin.driver
Fields in org.apache.tinkerpop.gremlin.driver declared as Cluster Modifier and Type Field Description protected Cluster
Channelizer.AbstractChannelizer. cluster
protected Cluster
Client. cluster
Methods in org.apache.tinkerpop.gremlin.driver that return Cluster Modifier and Type Method Description Cluster
Cluster.Builder. create()
Cluster
Client. getCluster()
Gets theCluster
that spawned thisClient
.static Cluster
Cluster. open()
Create aCluster
with all default settings which will connect to one contact point atlocalhost
.static Cluster
Cluster. open(String configurationFile)
Create aCluster
using a YAML-based configuration file.static Cluster
Cluster. open(org.apache.commons.configuration2.Configuration conf)
Create aCluster
from Apache Configurations.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type Cluster Modifier and Type Method Description void
LoadBalancingStrategy. initialize(Cluster cluster, Collection<Host> hosts)
Initialize the strategy with theCluster
instance and the expected host list.void
LoadBalancingStrategy.RoundRobin. initialize(Cluster cluster, Collection<Host> hosts)
-
Uses of Cluster in org.apache.tinkerpop.gremlin.driver.remote
Methods in org.apache.tinkerpop.gremlin.driver.remote with parameters of type Cluster Modifier and Type Method Description 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. -
Uses of Cluster in org.apache.tinkerpop.gremlin.driver.util
Constructors in org.apache.tinkerpop.gremlin.driver.util with parameters of type Cluster Constructor Description ProfilingApplication(String executionName, Cluster cluster, int requests, ExecutorService executor, String script, int tooSlowThreshold, boolean exercise)
-