|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(HClientFactory clientFactory,
CassandraHost host,
CassandraClientMonitor monitor)
|
HClientPool |
LoadBalancingPolicy.createConnection(HClientFactory clientFactory,
CassandraHost host,
CassandraClientMonitor monitor)
Creates a connection pool for host. |
HClientPool |
LeastActiveBalancingPolicy.createConnection(HClientFactory clientFactory,
CassandraHost host,
CassandraClientMonitor monitor)
|
HClientPool |
DynamicLoadBalancingPolicy.createConnection(HClientFactory clientFactory,
CassandraHost host,
CassandraClientMonitor monitor)
|
HClientPool |
RoundRobinBalancingPolicy.getPool(Collection<HClientPool> pools,
Set<CassandraHost> excludeHosts)
|
HClientPool |
LoadBalancingPolicy.getPool(Collection<HClientPool> pools,
Set<CassandraHost> excludeHosts)
Retrieves a pool from the collection of pools excluding 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)
Retrieves a pool from the collection of pools excluding excludeHosts. |
HClientPool |
LeastActiveBalancingPolicy.getPool(Collection<HClientPool> pools,
Set<CassandraHost> excludeHosts)
|
HClientPool |
DynamicLoadBalancingPolicy.getPool(Collection<HClientPool> pools,
Set<CassandraHost> excludeHosts)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||