| Package | Description |
|---|---|
| me.prettyprint.cassandra.connection | |
| me.prettyprint.cassandra.connection.client | |
| me.prettyprint.cassandra.connection.factory |
| Modifier and Type | Method and Description |
|---|---|
HClient |
LatencyAwareHClientPool.borrowClient() |
HClient |
HClientPool.borrowClient() |
HClient |
ConcurrentHClientPool.borrowClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
LatencyAwareHClientPool.releaseClient(HClient client) |
void |
HClientPool.releaseClient(HClient client) |
void |
ConcurrentHClientPool.releaseClient(HClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
HKerberosThriftClient
Hector client that authenticate against kerberos.
|
class |
HSaslThriftClient |
class |
HThriftClient |
| Modifier and Type | Method and Description |
|---|---|
HClient |
HClient.close()
Close this client and its underlying connection.
|
HClient |
HClient.open()
Open a connection for this client.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
HKerberosSaslThriftClientFactoryImpl.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 © 2014. All Rights Reserved.