Uses of Class
org.apache.cassandra.io.AbstractCompactedRow

Packages that use AbstractCompactedRow
org.apache.cassandra.io   
org.apache.cassandra.io.sstable   
org.apache.cassandra.service   
 

Uses of AbstractCompactedRow in org.apache.cassandra.io
 

Subclasses of AbstractCompactedRow in org.apache.cassandra.io
 class 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.
 class PrecompactedRow
          PrecompactedRow merges its rows in its constructor in memory.
 

Methods in org.apache.cassandra.io that return AbstractCompactedRow
protected  AbstractCompactedRow CompactionIterator.getCompactedRow()
           
protected  AbstractCompactedRow CompactionIterator.getReduced()
           
 

Uses of AbstractCompactedRow in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable with parameters of type AbstractCompactedRow
 long SSTableWriter.append(AbstractCompactedRow row)
           
 

Uses of AbstractCompactedRow in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type AbstractCompactedRow
 void AntiEntropyService.Validator.add(AbstractCompactedRow row)
          Called (in order) for every row present in the CF.
 



Copyright © 2011 The Apache Software Foundation