Uses of Class
org.scale7.cassandra.pelops.exceptions.NoConnectionsAvailableException

Packages that use NoConnectionsAvailableException
org.scale7.cassandra.pelops.pool   
 

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

Methods in org.scale7.cassandra.pelops.pool that throw NoConnectionsAvailableException
 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.