Uses of Interface
org.scale7.cassandra.pelops.pool.IThriftPool

Packages that use IThriftPool
org.scale7.cassandra.pelops   
org.scale7.cassandra.pelops.pool   
org.scale7.cassandra.pelops.spring   
 

Uses of IThriftPool in org.scale7.cassandra.pelops
 

Fields in org.scale7.cassandra.pelops declared as IThriftPool
protected  IThriftPool Operand.thrift
           
 

Methods in org.scale7.cassandra.pelops that return IThriftPool
static IThriftPool Pelops.getDbConnPool(String poolName)
          Get a direct reference to a DbConnPool.
 

Methods in org.scale7.cassandra.pelops with parameters of type IThriftPool
static void Pelops.addPool(String poolName, IThriftPool thriftPool)
          Add an already instantiated instance of IThriftPool to pelops.
 

Constructors in org.scale7.cassandra.pelops with parameters of type IThriftPool
Mutator(IThriftPool thrift)
          Create a batch mutation operation.
Mutator(IThriftPool thrift, long timestamp, boolean deleteIfNull)
          Create a batch mutation operation.
Mutator(IThriftPool thrift, long timestamp, boolean deleteIfNull, int ttl)
          Create a batch mutation operation.
Operand(IThriftPool thrift)
           
RowDeletor(IThriftPool thrift)
           
RowDeletor(IThriftPool thrift, long timestamp)
           
Selector(IThriftPool thrift)
          Create a batch mutation operation.
 

Uses of IThriftPool in org.scale7.cassandra.pelops.pool
 

Classes in org.scale7.cassandra.pelops.pool that implement IThriftPool
 class CachePerNodePool
          Deprecated. Use CommonsBackedPool instead
 class CommonsBackedPool
           
 class DebuggingPool
          A basic non-pooled pool impl.
 class ThriftPoolBase
          Abstract impl of IThriftPool.
 

Uses of IThriftPool in org.scale7.cassandra.pelops.spring
 

Methods in org.scale7.cassandra.pelops.spring that return IThriftPool
 IThriftPool CachePerNodePoolFactoryBean.getObject()
          Deprecated. .
 IThriftPool CommonsBackedPoolFactoryBean.getObject()
          .
 



Copyright © 2011. All Rights Reserved.