Uses of Class
org.apache.cassandra.db.compaction.AbstractCompactedRow

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

Uses of AbstractCompactedRow in org.apache.cassandra.db
 

Subclasses of AbstractCompactedRow in org.apache.cassandra.db
 class EchoedRow
          A CompactedRow implementation that just echos the original row bytes without deserializing.
 

Uses of AbstractCompactedRow in org.apache.cassandra.db.compaction
 

Subclasses of AbstractCompactedRow in org.apache.cassandra.db.compaction
 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.db.compaction that return AbstractCompactedRow
 AbstractCompactedRow CompactionController.getCompactedRow(java.util.List<SSTableIdentityIterator> rows)
           
 AbstractCompactedRow CompactionController.getCompactedRow(SSTableIdentityIterator row)
          convenience method for single-sstable compactions
protected  AbstractCompactedRow CompactionIterable.Reducer.getReduced()
           
 

Methods in org.apache.cassandra.db.compaction that return types with arguments of type AbstractCompactedRow
abstract  CloseableIterator<AbstractCompactedRow> AbstractCompactionIterable.iterator()
           
 CloseableIterator<AbstractCompactedRow> CompactionIterable.iterator()
           
 CloseableIterator<AbstractCompactedRow> ParallelCompactionIterable.iterator()
           
 

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 © 2012 The Apache Software Foundation