Package com.netflix.astyanax.connectionpool.impl

Interface Summary
SimpleHostConnectionPool.Listener<CL> Interface to notify the owning connection pool of up/down state changes.
Topology<CL>  
 

Class Summary
AbstractExecuteWithFailoverImpl<CL,R>  
AbstractExecutionImpl<R>  
AbstractHostPartitionConnectionPool<CL> Base for all connection pools that keep a separate pool of connections for each host.
BadHostDetectorImpl BadHostDetector which marks the host as failed if there is a transport exception or if it timed out too many times within a certain time window
BagOfConnectionsConnectionPoolImpl<CL> Connection pool which puts all connections in a single queue.
ConnectionPoolConfigurationImpl  
ConnectionPoolMBeanManager  
CountingConnectionPoolMonitor  
ExecutionHelper  
ExponentialRetryBackoffStrategy  
FixedRetryBackoffStrategy  
HostConnectionPoolPartition<CL>  
NodeDiscoveryImpl Re-discover the ring on a fixed interval to identify new nodes or changes to the ring tokens.
NodeDiscoveryMonitorManager  
OperationResultImpl<R>  
RoundRobinConnectionPoolImpl<CL> Connection pool implementation using simple round robin.
RoundRobinExecuteWithFailover<CL,R>  
SimpleHostConnectionPool<CL> Pool of connections for a single host.
SimpleRateLimiterImpl  
SmaLatencyScoreStrategyImpl  
SmaLatencyScoreStrategyInstanceImpl  
TokenAwareConnectionPoolImpl<CL> Connection pool that partitions connections by the hosts which own the token being operated on.
TokenPartitionedTopology<CL>  
TokenRangeImpl  
 

Enum Summary
ConnectionPoolType  
 



Copyright © 2012. All Rights Reserved.