| 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  
Connection to write the message to. | 
protected org.apache.tinkerpop.gremlin.driver.Connection | 
Client.ClusteredClient.chooseConnection(RequestMessage msg)
Uses a  
LoadBalancingStrategy to choose the best Host and then selects the best connection
 from that host's connection pool. | 
protected org.apache.tinkerpop.gremlin.driver.Connection | 
Client.AliasClusteredClient.chooseConnection(RequestMessage msg)
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–2022 Apache Software Foundation. All rights reserved.