Uses of Class
org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
-
Packages that use ConnectionException Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of ConnectionException in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that throw ConnectionException Modifier and Type Method Description protected org.apache.tinkerpop.gremlin.driver.Connection
Client.AliasClusteredClient. chooseConnection(RequestMessage msg)
Delegates to the underlyingClient.ClusteredClient
.protected abstract org.apache.tinkerpop.gremlin.driver.Connection
Client. chooseConnection(RequestMessage msg)
Chooses aConnection
to write the message to.protected org.apache.tinkerpop.gremlin.driver.Connection
Client.ClusteredClient. chooseConnection(RequestMessage msg)
Uses aLoadBalancingStrategy
to choose the bestHost
and then selects the best connection from that host's connection pool.protected org.apache.tinkerpop.gremlin.driver.Connection
Client.SessionedClient. chooseConnection(RequestMessage msg)
Since the session is bound to a single host, simply borrow a connection from that pool.
-