me.prettyprint.cassandra.connection
Interface LoadBalancingPolicy

All Superinterfaces:
Serializable
All Known Implementing Classes:
DynamicLoadBalancingPolicy, LeastActiveBalancingPolicy, RoundRobinBalancingPolicy

public interface LoadBalancingPolicy
extends Serializable


Method Summary
 HClientPool createConnection(CassandraHost host)
           
 HClientPool getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 

Method Detail

getPool

HClientPool getPool(Collection<HClientPool> pools,
                    Set<CassandraHost> excludeHosts)

createConnection

HClientPool createConnection(CassandraHost host)


Copyright © 2011. All Rights Reserved.