Uses of Class
com.netflix.astyanax.connectionpool.impl.AbstractHostPartitionConnectionPool

Packages that use AbstractHostPartitionConnectionPool
com.netflix.astyanax.connectionpool.impl   
 

Uses of AbstractHostPartitionConnectionPool in com.netflix.astyanax.connectionpool.impl
 

Subclasses of AbstractHostPartitionConnectionPool in com.netflix.astyanax.connectionpool.impl
 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.
 



Copyright © 2012. All Rights Reserved.