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

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

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, 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)
           
 

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, CassandraClientMonitor monitor)
           
LatencyAwareHClientPool(HClientFactory clientFactory, CassandraHost host, CassandraClientMonitor monitor)
           
 

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

Classes in me.prettyprint.cassandra.connection.factory that implement HClientFactory
 class HKerberosSaslThriftClientFactoryImpl
           
 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.
 

Uses of HClientFactory in me.prettyprint.cassandra.service
 

Methods in me.prettyprint.cassandra.service that return types with arguments of type HClientFactory
 Class<? extends HClientFactory> CassandraHostConfigurator.getClientFactoryClass()
           
 



Copyright © 2013. All Rights Reserved.