Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver |
Modifier and Type | Class and Description |
---|---|
static class |
LoadBalancingStrategy.RoundRobin
A simple round-robin strategy that simply selects the next host in the
Cluster to send the
RequestMessage to. |
Modifier and Type | Method and Description |
---|---|
Class<? extends LoadBalancingStrategy> |
Cluster.getLoadBalancingStrategy()
Specifies the load balancing strategy to use on the client side.
|
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.loadBalancingStrategy(LoadBalancingStrategy loadBalancingStrategy)
Specifies the load balancing strategy to use on the client side.
|
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.