Package net.dataforte.cassandra.pool

Interface Summary
PoolConfiguration A list of properties that are configurable for a connection pool.
 

Class Summary
CassandraHost Represents a connection to a Cassandra host
CassandraRing Represents the Cassandra ring (all of the hosts in the cluster)
ConnectionPool An implementation of a connection pool for Cassandra Thrift connections.
DataSource A DataSource that can be instantiated through IoC and implements the CassandraThriftDataSource interface since the DataSourceProxy is used as a generic proxy.
DataSourceFactory  
DataSourceProxy The DataSource proxy lets us implements methods that don't exist in the current CassandraThriftDataSource interface but might be methods that are part of a future CassandraThriftDataSource interface.
FairBlockingQueue<E> A simple implementation of a blocking queue with fairness waiting.
OffsetArrayList<E>  
PooledConnection Represents a pooled connection and holds a reference to the Cassandra.Client and TTransport object Derived from org.apache.tomcat.jdbc.pool.PooledConnection by fhanik
PoolProperties  
PoolProperties.InterceptorProperty  
 

Enum Summary
HostCyclePolicy  
HostFailoverPolicy This enum was taken from Hector
 



Copyright © 2011. All Rights Reserved.