Package org.apache.cassandra.io

Interface Summary
CompactionInfo.Holder  
IColumnSerializer  
ICompactSerializer<T> Allows for the controlled serialization/deserialization of a given type.
ICompactSerializer2<T>  
ICompactSerializer3<T>  
 

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  
DeletionService  
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.
SerDeUtils Static serialization/deserialization utility functions, intended to eventually replace ICompactSerializers.
 

Enum Summary
CompactionType  
 



Copyright © 2011 The Apache Software Foundation