Package org.apache.cassandra.io

Interface Summary
IColumnSerializer  
ICompactionInfo  
ICompactSerializer<T> Allows for the controlled serialization/deserialization of a given type.
ICompactSerializer2<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.
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.
 



Copyright © 2011 The Apache Software Foundation