| Class | Description |
|---|---|
| ConsistencyLevelMapping |
Helper class for translating Astyanax consistency level to java driver consistency level
|
| CqlAbstractExecutionImpl<R> |
Abstract class that encapsulates the functionality for executing an operations using the native protocol based java driver
Note that class provides only the operation agnostic functionality such as retries, tracking metrics etc.
|
| CqlClusterImpl |
Java Driver based impl of
Cluster that implements ddl operations. |
| CqlFamilyFactory |
Simple impl of
AstyanaxTypeFactory that acts as the bridge between the AstyanaxContext setup and all the java driver setup. |
| CqlKeyspaceImpl |
Java Driver based impl of
Keyspace that implements ddl operations as well as row queries and mutation batches. |
| CqlOperationResultImpl<R> |
Simple impl of
OperationResult that tracks some basic info for every operation execution, such as
1. |
| CqlRingDescriber |
Helper class that parses the ring information from the system and peers table.
|
| CqlSchemaVersionReader |
Simple class that reads the schema versions from the system local and peers table.
|
| JavaDriverConfigBridge | |
| JavaDriverConfigBuilder |
Helpful builder style class for configuring JavaDriver.
|
| JavaDriverConnectionPoolConfigurationImpl |
This class simply acts as a holder for the
Configuration object for the java driver. |
| JavaDriverConnectionPoolMonitorImpl |