Uses of Interface
org.apache.tinkerpop.gremlin.driver.LoadBalancingStrategy
-
Packages that use LoadBalancingStrategy Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of LoadBalancingStrategy in org.apache.tinkerpop.gremlin.driver
Classes in org.apache.tinkerpop.gremlin.driver that implement LoadBalancingStrategy Modifier and Type Class Description static class
LoadBalancingStrategy.RoundRobin
A simple round-robin strategy that simply selects the next host in theCluster
to send theRequestMessage
to.Methods in org.apache.tinkerpop.gremlin.driver that return types with arguments of type LoadBalancingStrategy Modifier and Type Method Description Class<? extends LoadBalancingStrategy>
Cluster. getLoadBalancingStrategy()
Specifies the load balancing strategy to use on the client side.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type LoadBalancingStrategy Modifier and Type Method Description Cluster.Builder
Cluster.Builder. loadBalancingStrategy(LoadBalancingStrategy loadBalancingStrategy)
Specifies the load balancing strategy to use on the client side.
-