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

Packages that use HClientPool
me.prettyprint.cassandra.connection   
 

Uses of HClientPool in me.prettyprint.cassandra.connection
 

Classes in me.prettyprint.cassandra.connection that implement HClientPool
 class ConcurrentHClientPool
           
 class LatencyAwareHClientPool
          This class provides a queue function of latencies over CHCP, collecting all the latency information and calculates the score (expensive operation).
 

Methods in me.prettyprint.cassandra.connection that return HClientPool
 HClientPool RoundRobinBalancingPolicy.createConnection(CassandraHost host)
           
 HClientPool LoadBalancingPolicy.createConnection(CassandraHost host)
           
 HClientPool LeastActiveBalancingPolicy.createConnection(CassandraHost host)
           
 HClientPool DynamicLoadBalancingPolicy.createConnection(CassandraHost host)
           
 HClientPool RoundRobinBalancingPolicy.getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 HClientPool LoadBalancingPolicy.getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 HClientPool LeastActiveBalancingPolicy.getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 HClientPool DynamicLoadBalancingPolicy.getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 

Methods in me.prettyprint.cassandra.connection that return types with arguments of type HClientPool
 Collection<HClientPool> HConnectionManager.getActivePools()
           
 

Method parameters in me.prettyprint.cassandra.connection with type arguments of type HClientPool
 HClientPool RoundRobinBalancingPolicy.getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 HClientPool LoadBalancingPolicy.getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 HClientPool LeastActiveBalancingPolicy.getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 HClientPool DynamicLoadBalancingPolicy.getPool(Collection<HClientPool> pools, Set<CassandraHost> excludeHosts)
           
 



Copyright © 2011. All Rights Reserved.