Uses of Class
org.apache.tinkerpop.gremlin.driver.Cluster
Packages that use Cluster
-
Uses of Cluster in org.apache.tinkerpop.gremlin.driver
Fields in org.apache.tinkerpop.gremlin.driver declared as ClusterModifier and TypeFieldDescriptionprotected ClusterChannelizer.AbstractChannelizer.clusterprotected final ClusterClient.clusterMethods in org.apache.tinkerpop.gremlin.driver that return ClusterModifier and TypeMethodDescriptionCluster.Builder.create()Client.getCluster()Gets theClusterthat spawned thisClient.static ClusterCluster.open()Create aClusterwith all default settings which will connect to one contact point atlocalhost.static ClusterCreate aClusterusing a YAML-based configuration file.static ClusterCluster.open(org.apache.commons.configuration2.Configuration conf) Create aClusterfrom Apache Configurations.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type ClusterModifier and TypeMethodDescriptionvoidLoadBalancingStrategy.initialize(Cluster cluster, Collection<Host> hosts) Initialize the strategy with theClusterinstance and the expected host list.voidLoadBalancingStrategy.RoundRobin.initialize(Cluster cluster, Collection<Host> hosts)