Uses of Interface
me.prettyprint.cassandra.connection.factory.HClientFactory

Packages that use HClientFactory
me.prettyprint.cassandra.connection   
me.prettyprint.cassandra.connection.factory   
 

Uses of HClientFactory in me.prettyprint.cassandra.connection
 

Methods in me.prettyprint.cassandra.connection with parameters of type HClientFactory
 HClientPool RoundRobinBalancingPolicy.createConnection(HClientFactory clientFactory, CassandraHost host)
           
 HClientPool LoadBalancingPolicy.createConnection(HClientFactory clientFactory, CassandraHost host)
          Creates a connection pool for host.
 HClientPool LeastActiveBalancingPolicy.createConnection(HClientFactory clientFactory, CassandraHost host)
           
 HClientPool DynamicLoadBalancingPolicy.createConnection(HClientFactory clientFactory, CassandraHost host)
           
 

Constructors in me.prettyprint.cassandra.connection with parameters of type HClientFactory
CassandraHostRetryService(HConnectionManager connectionManager, HClientFactory clientFactory, CassandraHostConfigurator cassandraHostConfigurator, ConnectionManagerListenersHandler listenerHandler)
           
ConcurrentHClientPool(HClientFactory clientFactory, CassandraHost host)
           
LatencyAwareHClientPool(HClientFactory clientFactory, CassandraHost host)
           
 

Uses of HClientFactory in me.prettyprint.cassandra.connection.factory
 

Classes in me.prettyprint.cassandra.connection.factory that implement HClientFactory
 class HKerberosSecuredThriftClientFactoryImpl
          Client Factory that provides Secure sockets using Kerberos as authentication mechanism.
 class HThriftClientFactoryImpl
           
 

Methods in me.prettyprint.cassandra.connection.factory that return HClientFactory
static HClientFactory HClientFactoryProvider.createFactory(CassandraHostConfigurator chc)
          Create a HClientFactory based on the setting in chc.
 



Copyright © 2012. All Rights Reserved.