Uses of Class
org.apache.tinkerpop.gremlin.driver.Host
Packages that use Host
-
Uses of Host in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return HostModifier and TypeMethodDescriptionprotected HostClient.chooseRandomHost()ResultSet.getHost()Client.PinnedClient.getPinnedHost()Methods in org.apache.tinkerpop.gremlin.driver that return types with arguments of type HostModifier and TypeMethodDescriptionCluster.allHosts()Gets a list of all the configured hosts.LoadBalancingStrategy.RoundRobin.select(org.apache.tinkerpop.gremlin.util.message.RequestMessage msg) LoadBalancingStrategy.select(org.apache.tinkerpop.gremlin.util.message.RequestMessage msg) Provide an ordered list of hosts to send the givenRequestMessageto.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type HostModifier and TypeMethodDescriptionvoidHost.Listener.onAvailable(Host host) voidLoadBalancingStrategy.RoundRobin.onAvailable(Host host) voidvoidvoidvoidvoidHost.Listener.onUnavailable(Host host) voidLoadBalancingStrategy.RoundRobin.onUnavailable(Host host) booleanClient.ClusteredClient.tryReInitializeHost(Host host) Attempt to re-initialize theHostthat was previously marked as unavailable.Method parameters in org.apache.tinkerpop.gremlin.driver with type arguments of type HostModifier and TypeMethodDescriptionvoidLoadBalancingStrategy.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 HostModifierConstructorDescriptionResultSet(ExecutorService executor, org.apache.tinkerpop.gremlin.util.message.RequestMessage originalRequestMessage, Host host)