Package org.apache.cassandra.db

Interface Summary
ColumnFamilyStoreMBean The MBean interface for ColumnFamilyStore
CommitLogExecutorServiceMBean  
CompactionManagerMBean  
IColumn  
IColumnContainer  
IFlushable<T>  
IScanner<T>  
 

Class Summary
BinaryMemtable  
BinaryVerbHandler  
Column Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
ColumnFamily  
ColumnFamilySerializer  
ColumnFamilyStore  
ColumnIndexer Help to create an index for a column family based on size of columns
ColumnSerializer  
CommitLog  
CommitLog.CommitLogContext  
CommitLog.CommitLogFileComparator  
CommitLogExecutorService  
CompactionManager  
DataFileVerbHandler  
DecoratedKey<T extends Token> Represents a decorated key, handy for certain operations where just working with strings gets slow.
HintedHandOffManager For each table (keyspace), there is a row in the system hints CF.
Memtable  
RangeCommand  
RangeReply  
RangeSliceCommand  
RangeSliceReply  
ReadCommand  
ReadRepairVerbHandler  
ReadResponse  
ReadVerbHandler  
ReadVerbHandler.ReadContext  
RecoveryManager  
Row  
RowMutation  
RowMutationMessage  
RowMutationVerbHandler  
Scanner This class is used to loop through a retrieved column family to get all columns in Iterator style.
SliceByNamesReadCommand  
SliceFromReadCommand  
SuperColumn  
SystemTable  
SystemTable.StorageMetadata  
Table  
Table.TableMetadata  
WriteResponse  
WriteResponse.WriteResponseSerializer  
 

Exception Summary
ColumnFamilyNotDefinedException  
KeyspaceNotDefinedException  
 



Copyright © 2010 The Apache Software Foundation