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

Type Parameters:
CL -
All Known Implementing Classes:
ThriftSyncConnectionFactoryImpl

public interface ConnectionFactory<CL>

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

Author:
elandau

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

Method Detail

createConnection

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


Copyright © 2012. All Rights Reserved.