Uses of Interface
me.prettyprint.cassandra.connection.client.HClient

Packages that use HClient
me.prettyprint.cassandra.connection   
me.prettyprint.cassandra.connection.client   
me.prettyprint.cassandra.connection.factory   
 

Uses of HClient in me.prettyprint.cassandra.connection
 

Methods in me.prettyprint.cassandra.connection that return HClient
 HClient LatencyAwareHClientPool.borrowClient()
           
 HClient HClientPool.borrowClient()
           
 HClient ConcurrentHClientPool.borrowClient()
           
 

Methods in me.prettyprint.cassandra.connection with parameters of type HClient
 void LatencyAwareHClientPool.releaseClient(HClient client)
           
 void HClientPool.releaseClient(HClient client)
           
 void ConcurrentHClientPool.releaseClient(HClient client)
           
 

Uses of HClient in me.prettyprint.cassandra.connection.client
 

Classes in me.prettyprint.cassandra.connection.client that implement HClient
 class HKerberosThriftClient
          Hector client that authenticate against kerberos.
 class HThriftClient
           
 

Methods in me.prettyprint.cassandra.connection.client that return HClient
 HClient HClient.close()
          Close this client and its underlying connection.
 HClient HClient.open()
          Open a connection for this client.
 

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

Methods in me.prettyprint.cassandra.connection.factory that return HClient
 HClient HThriftClientFactoryImpl.createClient(CassandraHost ch)
          Creates a Hector Client against the host represented by ch
 HClient HKerberosSecuredThriftClientFactoryImpl.createClient(CassandraHost ch)
          Creates a Hector Client against the host represented by ch
 HClient HClientFactory.createClient(CassandraHost ch)
          Creates a Hector Client against the host represented by ch
 



Copyright © 2012. All Rights Reserved.