| Package | Description |
|---|---|
| me.prettyprint.cassandra.connection | |
| me.prettyprint.cassandra.service |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingPolicy |
CassandraHostConfigurator.getLoadBalancingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraHostConfigurator.setLoadBalancingPolicy(LoadBalancingPolicy loadBalancingPolicy) |
Copyright © 2014. All Rights Reserved.