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

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

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

Methods in org.scale7.cassandra.pelops with parameters of type IThriftPool.IPooledConnection
 ReturnType Operand.IOperation.execute(IThriftPool.IPooledConnection conn)
           
 

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

Classes in org.scale7.cassandra.pelops.pool that implement IThriftPool.IPooledConnection
 class CachePerNodePool.PooledConnection
          Deprecated. Encapsulates a connection to a Cassandra node.
 class CommonsBackedPool.PooledConnection
           
 class DebuggingPool.PooledConnection
           
 

Methods in org.scale7.cassandra.pelops.pool that return IThriftPool.IPooledConnection
 IThriftPool.IPooledConnection CommonsBackedPool.getConnection()
           
 IThriftPool.IPooledConnection DebuggingPool.getConnection()
           
 IThriftPool.IPooledConnection IThriftPool.getConnection()
          Get a connection from the pool.
 IThriftPool.IPooledConnection CachePerNodePool.getConnection()
          Deprecated. Get a Cassandra connection to the least loaded node represented in the connection pool.
 IThriftPool.IPooledConnection CommonsBackedPool.getConnectionExcept(String notNodeHint)
           
 IThriftPool.IPooledConnection DebuggingPool.getConnectionExcept(String notNode)
           
 IThriftPool.IPooledConnection IThriftPool.getConnectionExcept(String notNode)
          Get a connection from the pool trying to avoid the node specified by the notNode param.
 IThriftPool.IPooledConnection CachePerNodePool.getConnectionExcept(String notNode)
          Deprecated. Get a Cassandra connection to the least loaded node represented in the connection pool.
 



Copyright © 2011. All Rights Reserved.