protected org.apache.tinkerpop.gremlin.driver.Connection |
Client.AliasClusteredClient.chooseConnection(RequestMessage msg) |
|
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) |
|
protected org.apache.tinkerpop.gremlin.driver.Connection |
Client.SessionedChildClient.chooseConnection(RequestMessage msg) |
|
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.
|