Package org.apache.cassandra.db.compaction

Interface Summary
CompactionInfo.Holder  
CompactionManagerMBean  
 

Class Summary
AbstractCompactedRow a CompactedRow is an object that takes a bunch of rows (keys + columnfamilies) and can write a compacted version of those rows to an output stream.
CompactionController Manage compaction options.
CompactionInfo Implements serializable to allow structured info to be returned via JMX.
CompactionIterator  
CompactionManager A singleton which manages a private executor of ongoing compactions.
LazilyCompactedRow LazilyCompactedRow only computes the row bloom filter and column index in memory (at construction time); it does this by reading one column at a time from each of the rows being compacted, and merging them as it does so.
PrecompactedRow PrecompactedRow merges its rows in its constructor in memory.
 

Enum Summary
CompactionType  
 



Copyright © 2011 The Apache Software Foundation