me.prettyprint.cassandra.connection.factory
Interface HClientFactory

All Known Implementing Classes:
HKerberosSaslThriftClientFactoryImpl, HKerberosSecuredThriftClientFactoryImpl, HThriftClientFactoryImpl

public interface HClientFactory

Basic interface for all implementations of this factory.

Author:
patricioe (Patricio Echague - patricio@datastax.com)

Method Summary
 HClient createClient(CassandraHost ch)
          Creates a Hector Client against the host represented by ch
 

Method Detail

createClient

HClient createClient(CassandraHost ch)
Creates a Hector Client against the host represented by ch

Parameters:
ch - a CassandraHost
Returns:
a new HClient


Copyright © 2013. All Rights Reserved.