Uses of Interface
net.dataforte.cassandra.pool.PoolConfiguration

Packages that use PoolConfiguration
net.dataforte.cassandra.pool   
net.dataforte.cassandra.pool.jmx   
 

Uses of PoolConfiguration in net.dataforte.cassandra.pool
 

Classes in net.dataforte.cassandra.pool that implement PoolConfiguration
 class DataSource
          A DataSource that can be instantiated through IoC and implements the CassandraThriftDataSource interface since the DataSourceProxy is used as a generic proxy.
 class PoolProperties
           
 

Fields in net.dataforte.cassandra.pool declared as PoolConfiguration
protected  PoolConfiguration DataSourceProxy.poolProperties
           
protected  PoolConfiguration PooledConnection.poolProperties
          The properties for the connection pool
 

Methods in net.dataforte.cassandra.pool that return PoolConfiguration
 PoolConfiguration ConnectionPool.getPoolProperties()
          Returns the pool properties associated with this connection pool
 PoolConfiguration DataSourceProxy.getPoolProperties()
           
 PoolConfiguration PooledConnection.getPoolProperties()
          Returns the configuration for this connection and pool
static PoolConfiguration DataSourceFactory.parsePoolProperties(Map<String,String> properties)
           
 

Methods in net.dataforte.cassandra.pool with parameters of type PoolConfiguration
protected  void ConnectionPool.init(PoolConfiguration properties)
          Initialize the connection pool - called from the constructor
 void DataSourceFactory.performJNDILookup(Context context, PoolConfiguration poolProperties)
           
 void PooledConnection.setPoolProperties(PoolConfiguration poolProperties)
          Sets the pool configuration for this connection and connection pool.
 

Constructors in net.dataforte.cassandra.pool with parameters of type PoolConfiguration
ConnectionPool(PoolConfiguration prop)
          Instantiate a connection pool.
DataSource(PoolConfiguration poolProperties)
          Constructs a DataSource object wrapping a connection
DataSourceProxy(PoolConfiguration poolProperties)
           
PooledConnection(PoolConfiguration prop, ConnectionPool parent)
          Constructor
 

Uses of PoolConfiguration in net.dataforte.cassandra.pool.jmx
 

Methods in net.dataforte.cassandra.pool.jmx that return PoolConfiguration
 PoolConfiguration ConnectionPoolMBean.getPoolProperties()
           
 



Copyright © 2011. All Rights Reserved.