Package org.apache.cassandra.db

Interface Summary
ColumnFamilyStoreMBean The MBean interface for ColumnFamilyStore
IColumn Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ICompactSerializer2<T> This interface is an extension of the ICompactSerializer which allows for partial deserialization of a type.
IFilter  
IScanner<T>  
 

Class Summary
BinaryMemtable Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
BinaryMemtableManager Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
BinaryVerbHandler Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
CalloutDeployMessage  
CalloutDeployVerbHandler  
CalloutManager  
Column Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
ColumnComparatorFactory Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ColumnFamily Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ColumnFamily.ColumnFamilySerializer  
ColumnFamilyStore Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ColumnIndexer Help to create an index for a column family based on size of columns Author : Karthik Ranganathan ( kranganathan@facebook.com )
ColumnReadCommand  
ColumnsSinceReadCommand  
CommitLog  
CommitLog.CommitLogContext  
CommitLog.CommitLogFileComparator  
CompactSerializerInvocationHandler<T>  
CountFilter This class provides a filter for fitering out columns greater than a certain count.
DataFileVerbHandler  
DBManager Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
DBManager.StorageMetadata  
FileStruct  
HintedHandOffManager There are two ways hinted data gets delivered to the intended nodes.
IdentityFilter  
LoadVerbHandler Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Memtable Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
NamesFilter  
RangeCommand  
RangeFilter Filters columns to satisfy colmin <= colname <= colmax
RangeReply  
ReadCommand  
ReadRepairVerbHandler Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ReadResponse  
ReadVerbHandler Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
ReadVerbHandler.ReadContext  
RecoveryManager Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Row  
RowMutation Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
RowMutationMessage Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
RowMutationVerbHandler Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
RowMutationVerbHandler.RowMutationContext  
RowReadCommand  
Scanner This class is used to loop through a retrieved column family to get all columns in Iterator style.
SliceByNamesReadCommand  
SliceReadCommand  
SuperColumn Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
SystemTable Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Table Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Table.BootstrapCompletionHandler This is the callback handler that is invoked when we have completely been bootstrapped for a single file by a remote host.
Table.BootStrapInitiateVerbHandler  
Table.TableMetadata  
WriteResponse  
WriteResponse.WriteResponseSerializer  
 

Enum Summary
ColumnComparatorFactory.ComparatorType  
TypeInfo  
 

Exception Summary
ColumnFamilyNotDefinedException Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
TableNotDefinedException  
 



Copyright © 2009 The Apache Software Foundation