| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract org.apache.tinkerpop.gremlin.driver.Connection | Client. chooseConnection(RequestMessage msg)Chooses a  Connectionto write the message to. | 
| protected org.apache.tinkerpop.gremlin.driver.Connection | Client.ClusteredClient. chooseConnection(RequestMessage msg)Uses a  LoadBalancingStrategyto choose the bestHostand then selects the best connection
 from that host's connection pool. | 
| protected org.apache.tinkerpop.gremlin.driver.Connection | Client.ReboundClusteredClient. chooseConnection(RequestMessage msg)Deprecated.  Delegates to the underlying  Client.ClusteredClient. | 
| 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. | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.