Uses of Interface
org.apache.tinkerpop.gremlin.driver.Host.Listener
-
Packages that use Host.Listener Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of Host.Listener in org.apache.tinkerpop.gremlin.driver
Subinterfaces of Host.Listener in org.apache.tinkerpop.gremlin.driver Modifier and Type Interface Description interfaceLoadBalancingStrategyProvides a method for selecting the host from aCluster.Classes in org.apache.tinkerpop.gremlin.driver that implement Host.Listener Modifier and Type Class Description static classLoadBalancingStrategy.RoundRobinA simple round-robin strategy that simply selects the next host in theClusterto send theRequestMessageto.
-