Uses of Class
org.apache.tinkerpop.gremlin.driver.Cluster
-
Packages that use Cluster Package Description org.apache.tinkerpop.gremlin.driver -
-
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)
-