Uses of Class
org.scale7.cassandra.pelops.pool.CachePerNodePool.Policy

Packages that use CachePerNodePool.Policy
org.scale7.cassandra.pelops   
org.scale7.cassandra.pelops.pool   
org.scale7.cassandra.pelops.spring   
 

Uses of CachePerNodePool.Policy in org.scale7.cassandra.pelops
 

Methods in org.scale7.cassandra.pelops with parameters of type CachePerNodePool.Policy
static void Pelops.addPool(String poolName, Cluster cluster, String keyspace, OperandPolicy operandPolicy, CachePerNodePool.Policy poolPolicy)
          Deprecated. Use the CommonsBackedPool
 

Uses of CachePerNodePool.Policy in org.scale7.cassandra.pelops.pool
 

Methods in org.scale7.cassandra.pelops.pool that return CachePerNodePool.Policy
 CachePerNodePool.Policy CachePerNodePool.getPoolPolicy()
          Deprecated. Get the current policy in force, which controls the behavioral parameters of the connection pool.
 

Constructors in org.scale7.cassandra.pelops.pool with parameters of type CachePerNodePool.Policy
CachePerNodePool(Cluster cluster, String keyspace, OperandPolicy generalPolicy, CachePerNodePool.Policy poolPolicy)
          Deprecated. Constructs a pool instance.
 

Uses of CachePerNodePool.Policy in org.scale7.cassandra.pelops.spring
 

Methods in org.scale7.cassandra.pelops.spring that return CachePerNodePool.Policy
 CachePerNodePool.Policy CachePerNodePoolFactoryBean.getPoolPolicy()
          Deprecated.  
 

Methods in org.scale7.cassandra.pelops.spring with parameters of type CachePerNodePool.Policy
 void CachePerNodePoolFactoryBean.setPoolPolicy(CachePerNodePool.Policy poolPolicy)
          Deprecated.  
 



Copyright © 2011. All Rights Reserved.