Uses of Class
org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
Packages that use ConnectionException
-
Uses of ConnectionException in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that throw ConnectionExceptionModifier and TypeMethodDescriptionprotected org.apache.tinkerpop.gremlin.driver.ConnectionClient.AliasClusteredClient.chooseConnection(RequestMessage msg) Delegates to the underlyingClient.ClusteredClient.protected abstract org.apache.tinkerpop.gremlin.driver.ConnectionClient.chooseConnection(RequestMessage msg) Chooses aConnectionto write the message to.protected org.apache.tinkerpop.gremlin.driver.ConnectionClient.ClusteredClient.chooseConnection(RequestMessage msg) Uses aLoadBalancingStrategyto choose the bestHostand then selects the best connection from that host's connection pool.protected org.apache.tinkerpop.gremlin.driver.ConnectionClient.PinnedClient.chooseConnection(RequestMessage msg)