Package org.apache.cassandra.io.sstable

Interface Summary
SSTableLoader.OutputHandler  
 

Class Summary
AbstractSSTableSimpleWriter  
BloomFilterTracker  
Component SSTables are made up of multiple components in separate files.
Descriptor A SSTable is described by the keyspace and column family it contains data for, a generation (where higher generations contain more recent data) and an alphabetic version string.
IndexHelper Provides helper to serialize, deserialize and use column indexes.
IndexHelper.IndexInfo  
IndexSummary Two approaches to building an IndexSummary: 1.
IndexSummary.KeyPosition This is a simple container for the index Key and its corresponding position in the index file.
KeyIterator  
ReducingKeyIterator  
SSTable This class is built on top of the SequenceFile.
SSTableBoundedScanner A SSTableScanner that only reads key in a given range (for validation compaction).
SSTableDeletingTask  
SSTableIdentityIterator  
SSTableLoader Cassandra SSTable bulk loader.
SSTableLoader.Client  
SSTableLoader.LoaderFuture  
SSTableMetadata Metadata for a SSTable.
SSTableMetadata.Collector  
SSTableMetadata.SSTableMetadataSerializer  
SSTableReader SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
SSTableReader.Operator TODO: Move someplace reusable
SSTableScanner  
SSTableSimpleUnsortedWriter A SSTable writer that doesn't assume rows are in sorted order.
SSTableSimpleWriter A SSTable writer that assumes rows are in (partitioner) sorted order.
SSTableWriter  
 

Enum Summary
Descriptor.TempState  
 



Copyright © 2011 The Apache Software Foundation