Class LoadBalancingStrategy.RoundRobin

java.lang.Object
org.apache.tinkerpop.gremlin.driver.LoadBalancingStrategy.RoundRobin
All Implemented Interfaces:
Host.Listener, LoadBalancingStrategy
Enclosing interface:
LoadBalancingStrategy

public static class LoadBalancingStrategy.RoundRobin extends Object implements LoadBalancingStrategy
A simple round-robin strategy that simply selects the next host in the Cluster to send the RequestMessage to.