|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoadBalancingPolicy | |
|---|---|
| me.prettyprint.cassandra.connection | |
| me.prettyprint.cassandra.service | |
| Uses of LoadBalancingPolicy in me.prettyprint.cassandra.connection |
|---|
| Classes in me.prettyprint.cassandra.connection that implement LoadBalancingPolicy | |
|---|---|
class |
DynamicLoadBalancingPolicy
This LB Algorithm has the Phi algo which Dynamic snitch uses, LB is based on the probablity of failure of the node. |
class |
LeastActiveBalancingPolicy
Selects the least active host based on the number of active connections. |
class |
RoundRobinBalancingPolicy
Implements a RoundRobin balancing policy based off the contents of the active HClientPool. |
| Uses of LoadBalancingPolicy in me.prettyprint.cassandra.service |
|---|
| Methods in me.prettyprint.cassandra.service that return LoadBalancingPolicy | |
|---|---|
LoadBalancingPolicy |
CassandraHostConfigurator.getLoadBalancingPolicy()
|
| Methods in me.prettyprint.cassandra.service with parameters of type LoadBalancingPolicy | |
|---|---|
void |
CassandraHostConfigurator.setLoadBalancingPolicy(LoadBalancingPolicy loadBalancingPolicy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||