Package com.netflix.astyanax

Interface Summary
AstyanaxConfiguration Interface defining all astyanax API configuration parameters.
AstyanaxTypeFactory<T> Factory that groups a family of Keyspace, Client and ConnectionFactory for a specific RPC to cassandra (i.e.
CassandraOperationTracer Notification interface of success or failures executing keyspace operations.
Cluster Interface for cluster operations.
ColumnListMutation<C> Abstraction for batching column operations on a single row.
ColumnMutation  
Keyspace Interface providing access to mutate and query columns from a cassandra keyspace.
KeyspaceTracerFactory TODO: Rename to AstyanaxTracerFactory
MutationBatch Batch mutator which operates at the row level assuming the hierarchy: RowKey -> ColumnFamily -> Mutation.
RowCallback<K,C>  
RowCopier<K,C>  
Serializer<T> Serializes a type T from the given bytes, or vice a versa.
SerializerPackage Grouping of serializers for a single column family.
WriteAheadEntry  
WriteAheadLog Base interface for a write ahead log.
 

Class Summary
AbstractColumnListMutation<C> Abstract implementation of a row mutation
AstyanaxContext<Entity> This object tracks the context of an astyanax instance of either a Cluster or Keyspace
AstyanaxContext.Builder  
 

Enum Summary
CassandraOperationCategory  
CassandraOperationType