|
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 |
|