me.prettyprint.cassandra.connection.factory
Class HKerberosSaslThriftClientFactoryImpl

java.lang.Object
  extended by me.prettyprint.cassandra.connection.factory.HKerberosSaslThriftClientFactoryImpl
All Implemented Interfaces:
HClientFactory

public class HKerberosSaslThriftClientFactoryImpl
extends Object
implements HClientFactory


Field Summary
static String JAAS_CONFIG
           
static String KRB5_CONFIG
           
 
Constructor Summary
HKerberosSaslThriftClientFactoryImpl()
           
 
Method Summary
 HClient createClient(CassandraHost ch)
          Creates a Hector Client against the host represented by ch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAAS_CONFIG

public static final String JAAS_CONFIG
See Also:
Constant Field Values

KRB5_CONFIG

public static final String KRB5_CONFIG
See Also:
Constant Field Values
Constructor Detail

HKerberosSaslThriftClientFactoryImpl

public HKerberosSaslThriftClientFactoryImpl()
Method Detail

createClient

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

Specified by:
createClient in interface HClientFactory
Parameters:
ch - a CassandraHost
Returns:
a new HClient


Copyright © 2013. All Rights Reserved.