Uses of Class
org.apache.tinkerpop.gremlin.driver.Host
-
Packages that use Host Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of Host in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return Host Modifier and Type Method Description Host
ResultSet. getHost()
Methods in org.apache.tinkerpop.gremlin.driver that return types with arguments of type Host Modifier and Type Method Description Collection<Host>
Cluster. allHosts()
Gets a list of all the configured hosts.Iterator<Host>
LoadBalancingStrategy.RoundRobin. select(org.apache.tinkerpop.gremlin.util.message.RequestMessage msg)
Iterator<Host>
LoadBalancingStrategy. select(org.apache.tinkerpop.gremlin.util.message.RequestMessage msg)
Provide an ordered list of hosts to send the givenRequestMessage
to.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type Host Modifier and Type Method Description void
Host.Listener. onAvailable(Host host)
void
LoadBalancingStrategy.RoundRobin. onAvailable(Host host)
void
Host.Listener. onNew(Host host)
void
LoadBalancingStrategy.RoundRobin. onNew(Host host)
void
Host.Listener. onRemove(Host host)
void
LoadBalancingStrategy.RoundRobin. onRemove(Host host)
void
Host.Listener. onUnavailable(Host host)
void
LoadBalancingStrategy.RoundRobin. onUnavailable(Host host)
boolean
Client.ClusteredClient. tryReInitializeHost(Host host)
Attempt to re-initialize theHost
that was previously marked as unavailable.Method parameters in org.apache.tinkerpop.gremlin.driver with type arguments of type Host Modifier and Type Method Description void
LoadBalancingStrategy. initialize(Cluster cluster, Collection<Host> hosts)
Initialize the strategy with theCluster
instance and the expected host list.void
LoadBalancingStrategy.RoundRobin. initialize(Cluster cluster, Collection<Host> hosts)
Constructors in org.apache.tinkerpop.gremlin.driver with parameters of type Host Constructor Description ResultSet(org.apache.tinkerpop.gremlin.driver.ResultQueue resultQueue, ExecutorService executor, CompletableFuture<Void> readCompleted, org.apache.tinkerpop.gremlin.util.message.RequestMessage originalRequestMessage, Host host)
-