Uses of Interface
com.netflix.astyanax.connectionpool.impl.SimpleHostConnectionPool.Listener

Packages that use SimpleHostConnectionPool.Listener
com.netflix.astyanax.connectionpool.impl   
 

Uses of SimpleHostConnectionPool.Listener in com.netflix.astyanax.connectionpool.impl
 

Classes in com.netflix.astyanax.connectionpool.impl that implement SimpleHostConnectionPool.Listener
 class AbstractHostPartitionConnectionPool<CL>
          Base for all connection pools that keep a separate pool of connections for each host.
 class BagOfConnectionsConnectionPoolImpl<CL>
          Connection pool which puts all connections in a single queue.
 class RoundRobinConnectionPoolImpl<CL>
          Connection pool implementation using simple round robin.
 class TokenAwareConnectionPoolImpl<CL>
          Connection pool that partitions connections by the hosts which own the token being operated on.
 

Constructors in com.netflix.astyanax.connectionpool.impl with parameters of type SimpleHostConnectionPool.Listener
SimpleHostConnectionPool(Host host, ConnectionFactory<CL> factory, ConnectionPoolMonitor monitor, ConnectionPoolConfiguration config, SimpleHostConnectionPool.Listener<CL> listener)
           
 



Copyright © 2012. All Rights Reserved.