Package org.apache.cassandra.io.sstable

Interface Summary
SSTableLoader.OutputHandler  
 

Class Summary
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).
SSTableDeletingReference  
SSTableIdentityIterator  
SSTableLoader Cassandra SSTable bulk loader.
SSTableLoader.Client  
SSTableLoader.LoaderFuture  
SSTableReader SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
SSTableReader.Operator TODO: Move someplace reusable
SSTableScanner  
SSTableWriter  
SSTableWriter.Builder Removes the given SSTable from temporary status and opens it, rebuilding the bloom filter and row index from the data file.
 



Copyright © 2011 The Apache Software Foundation