| Package | Description |
|---|---|
| me.prettyprint.cassandra.connection | |
| me.prettyprint.cassandra.model |
The model package defines the thrift/avro reflections used by hector to shield the specific types
of the objects.
|
| me.prettyprint.cassandra.service | |
| me.prettyprint.hector.api |
The api package defines the main hector api entry points (aka the v2 API)
|
| Modifier and Type | Field and Description |
|---|---|
protected HConnectionManager |
BackgroundCassandraHostService.connectionManager |
| Constructor and Description |
|---|
BackgroundCassandraHostService(HConnectionManager connectionManager,
CassandraHostConfigurator cassandraHostConfigurator) |
CassandraHostRetryService(HConnectionManager connectionManager,
HClientFactory clientFactory,
CassandraHostConfigurator cassandraHostConfigurator,
ConnectionManagerListenersHandler listenerHandler) |
HostTimeoutTracker(HConnectionManager connectionManager,
CassandraHostConfigurator cassandraHostConfigurator) |
NodeAutoDiscoverService(HConnectionManager connectionManager,
CassandraHostConfigurator cassandraHostConfigurator) |
NodeDiscovery(CassandraHostConfigurator cassandraHostConfigurator,
HConnectionManager connectionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected HConnectionManager |
ExecutingKeyspace.connectionManager |
| Constructor and Description |
|---|
ExecutingKeyspace(String keyspace,
HConnectionManager connectionManager,
ConsistencyLevelPolicy consistencyLevelPolicy,
FailoverPolicy failoverPolicy) |
ExecutingKeyspace(String keyspace,
HConnectionManager connectionManager,
ConsistencyLevelPolicy consistencyLevelPolicy,
FailoverPolicy failoverPolicy,
Map<String,String> credentials) |
ExecutingVirtualKeyspace(String keyspace,
E keyPrefix,
Serializer<E> keyPrefixSerializer,
HConnectionManager connectionManager,
ConsistencyLevelPolicy consistencyLevelPolicy,
FailoverPolicy failoverPolicy) |
ExecutingVirtualKeyspace(String keyspace,
E keyPrefix,
Serializer<E> keyPrefixSerializer,
HConnectionManager connectionManager,
ConsistencyLevelPolicy consistencyLevelPolicy,
FailoverPolicy failoverPolicy,
Map<String,String> credentials) |
| Modifier and Type | Field and Description |
|---|---|
protected HConnectionManager |
AbstractCluster.connectionManager |
| Modifier and Type | Method and Description |
|---|---|
HConnectionManager |
AbstractCluster.getConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
CassandraClientMonitor |
JmxMonitor.getCassandraMonitor(HConnectionManager connectionManager) |
void |
JmxMonitor.removeCassandraMonitor(HConnectionManager connectionManager) |
| Constructor and Description |
|---|
CassandraClientMonitor(HConnectionManager connectionManager) |
KeyspaceServiceImpl(String keyspaceName,
ConsistencyLevelPolicy consistencyLevel,
HConnectionManager connectionManager,
FailoverPolicy failoverPolicy) |
KeyspaceServiceImpl(String keyspaceName,
ConsistencyLevelPolicy consistencyLevel,
HConnectionManager connectionManager,
FailoverPolicy failoverPolicy,
Map<String,String> credentials) |
VirtualKeyspaceServiceImpl(String keyspaceName,
E keyPrefix,
Serializer<E> keyPrefixSerializer,
ConsistencyLevelPolicy consistencyLevel,
HConnectionManager connectionManager,
FailoverPolicy failoverPolicy) |
VirtualKeyspaceServiceImpl(String keyspaceName,
E keyPrefix,
Serializer<E> keyPrefixSerializer,
ConsistencyLevelPolicy consistencyLevel,
HConnectionManager connectionManager,
FailoverPolicy failoverPolicy,
Map<String,String> credentials) |
| Modifier and Type | Method and Description |
|---|---|
HConnectionManager |
Cluster.getConnectionManager() |
Copyright © 2014. All Rights Reserved.