com.netflix.astyanax.connectionpool
Interface ConnectionFactory<CL>

Type Parameters:
CL -
All Known Implementing Classes:
TestConnectionFactory

public interface ConnectionFactory<CL>

Factory used to create and open new connections on a host.


Method Summary
 Connection<CL> createConnection(HostConnectionPool<CL> pool)
           
 

Method Detail

createConnection

Connection<CL> createConnection(HostConnectionPool<CL> pool)
                                throws ThrottledException
Throws:
ThrottledException