|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonsBackedPool | |
---|---|
org.scale7.cassandra.pelops.pool |
Uses of CommonsBackedPool in org.scale7.cassandra.pelops.pool |
---|
Methods in org.scale7.cassandra.pelops.pool with parameters of type CommonsBackedPool | |
---|---|
boolean |
CommonsBackedPool.INodeSuspensionStrategy.evaluate(CommonsBackedPool pool,
org.scale7.cassandra.pelops.pool.PooledNode node)
Called for each node in the pool by the pools background thread. |
boolean |
NoOpNodeSuspensionStrategy.evaluate(CommonsBackedPool pool,
org.scale7.cassandra.pelops.pool.PooledNode node)
|
org.scale7.cassandra.pelops.pool.PooledNode |
CommonsBackedPool.INodeSelectionStrategy.select(CommonsBackedPool pool,
Set<String> nodeAddresses,
String notNodeHint)
Called when a node need to be selected. |
org.scale7.cassandra.pelops.pool.PooledNode |
LeastLoadedNodeSelectionStrategy.select(CommonsBackedPool pool,
Set<String> nodeAddresses,
String notNodeHint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |