Uses of Interface
me.prettyprint.cassandra.connection.LoadBalancingPolicy

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)
           
 



Copyright © 2011. All Rights Reserved.