|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonsBackedPool.INodeSelectionStrategy | |
---|---|
org.scale7.cassandra.pelops.pool | |
org.scale7.cassandra.pelops.spring |
Uses of CommonsBackedPool.INodeSelectionStrategy in org.scale7.cassandra.pelops.pool |
---|
Classes in org.scale7.cassandra.pelops.pool that implement CommonsBackedPool.INodeSelectionStrategy | |
---|---|
class |
LeastLoadedNodeSelectionStrategy
Selects a node based on the number of connections a node currently has in use. |
Methods in org.scale7.cassandra.pelops.pool that return CommonsBackedPool.INodeSelectionStrategy | |
---|---|
CommonsBackedPool.INodeSelectionStrategy |
CommonsBackedPool.getNodeSelectionStrategy()
|
Constructors in org.scale7.cassandra.pelops.pool with parameters of type CommonsBackedPool.INodeSelectionStrategy | |
---|---|
CommonsBackedPool(Cluster cluster,
String keyspace,
CommonsBackedPool.Policy policy,
OperandPolicy operandPolicy,
CommonsBackedPool.INodeSelectionStrategy nodeSelectionStrategy,
CommonsBackedPool.INodeSuspensionStrategy nodeSuspensionStrategy,
CommonsBackedPool.IConnectionValidator connectionValidator)
Create a new instance of the pool. |
Uses of CommonsBackedPool.INodeSelectionStrategy in org.scale7.cassandra.pelops.spring |
---|
Methods in org.scale7.cassandra.pelops.spring that return CommonsBackedPool.INodeSelectionStrategy | |
---|---|
CommonsBackedPool.INodeSelectionStrategy |
CommonsBackedPoolFactoryBean.getNodeSelectionStrategy()
|
Methods in org.scale7.cassandra.pelops.spring with parameters of type CommonsBackedPool.INodeSelectionStrategy | |
---|---|
void |
CommonsBackedPoolFactoryBean.setNodeSelectionStrategy(CommonsBackedPool.INodeSelectionStrategy nodeSelectionStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |