Package org.apache.cassandra.db

Interface Summary
ColumnFamilyStoreMBean The MBean interface for ColumnFamilyStore
CompactionManagerMBean  
IColumn  
IColumnContainer  
IFlushable  
 

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  
CompactionManager  
DBConstants  
DecoratedKey<T extends Token> Represents a decorated key, handy for certain operations where just working with strings gets slow.
DefinitionsAnnounceVerbHandler  
DefinitionsUpdateResponseVerbHandler  
DefsTable  
DeletedColumn  
ExpiringColumn Alternative to Column that have an expiring time.
HintedHandOffManager For each endpoint for which we have hints, there is a row in the system hints CF.
IndexScanCommand  
Memtable  
RangeSliceCommand  
RangeSliceReply  
ReadCommand  
ReadRepairVerbHandler  
ReadResponse  
ReadVerbHandler  
ReadVerbHandler.ReadContext  
Row  
RowIterator Row iterator that allows us to close the underlying iterators.
RowIteratorFactory  
RowMutation  
RowMutationMessage  
RowMutationVerbHandler  
SchemaCheckVerbHandler Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
SliceByNamesReadCommand  
SliceFromReadCommand  
SuperColumn  
SystemTable  
Table  
TruncateResponse This message is sent back the truncate operation and basically specifies if the truncate succeeded.
TruncateResponse.TruncateResponseSerializer  
TruncateVerbHandler Handles the TRUNCATE verb
Truncation A truncate operation descriptor
WriteResponse  
WriteResponse.WriteResponseSerializer  
 

Enum Summary
ColumnFamilyType column family type enum
 

Exception Summary
ColumnFamilyNotDefinedException  
KeyspaceNotDefinedException  
UnserializableColumnFamilyException Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 



Copyright © 2010 The Apache Software Foundation