Uses of Class
com.aerospike.client.AerospikeException.Connection

Packages that use AerospikeException.Connection
com.aerospike.client.async   
com.aerospike.client.cluster   
 

Uses of AerospikeException.Connection in com.aerospike.client.async
 

Methods in com.aerospike.client.async that throw AerospikeException.Connection
 com.aerospike.client.async.AsyncConnection AsyncNode.getAsyncConnection()
          Get asynchronous socket connection from connection pool for the server node.
 

Uses of AerospikeException.Connection in com.aerospike.client.cluster
 

Methods in com.aerospike.client.cluster that throw AerospikeException.Connection
 com.aerospike.client.cluster.Connection Node.getConnection(int timeoutMillis)
          Get a socket connection from connection pool to the server node.