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
Fields in org.apache.tinkerpop.gremlin.driver with type parameters of type Host Modifier and Type Field Description protected ConcurrentMap<Host,org.apache.tinkerpop.gremlin.driver.ConnectionPool>Client.ClusteredClient. hostConnectionPoolsMethods in org.apache.tinkerpop.gremlin.driver that return Host Modifier and Type Method Description HostResultSet. 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(RequestMessage msg)Iterator<Host>LoadBalancingStrategy. select(RequestMessage msg)Provide an ordered list of hosts to send the givenRequestMessageto.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type Host Modifier and Type Method Description voidHost.Listener. onAvailable(Host host)voidLoadBalancingStrategy.RoundRobin. onAvailable(Host host)voidHost.Listener. onNew(Host host)voidLoadBalancingStrategy.RoundRobin. onNew(Host host)voidHost.Listener. onRemove(Host host)voidLoadBalancingStrategy.RoundRobin. onRemove(Host host)voidHost.Listener. onUnavailable(Host host)voidLoadBalancingStrategy.RoundRobin. onUnavailable(Host host)Method parameters in org.apache.tinkerpop.gremlin.driver with type arguments of type Host Modifier and Type Method Description voidLoadBalancingStrategy. initialize(Cluster cluster, Collection<Host> hosts)Initialize the strategy with theClusterinstance and the expected host list.voidLoadBalancingStrategy.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, RequestMessage originalRequestMessage, Host host)
-