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 interface
LoadBalancingStrategy
Provides 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 class
LoadBalancingStrategy.RoundRobin
A simple round-robin strategy that simply selects the next host in theCluster
to send theRequestMessage
to.
-