Uses of Class
org.apache.cassandra.io.sstable.SSTableIdentityIterator

Packages that use SSTableIdentityIterator
org.apache.cassandra.db   
org.apache.cassandra.db.compaction   
org.apache.cassandra.io.sstable   
 

Uses of SSTableIdentityIterator in org.apache.cassandra.db
 

Constructors in org.apache.cassandra.db with parameters of type SSTableIdentityIterator
EchoedRow(CompactionController controller, SSTableIdentityIterator row)
           
 

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

Fields in org.apache.cassandra.db.compaction with type parameters of type SSTableIdentityIterator
protected  java.util.List<SSTableIdentityIterator> CompactionIterator.rows
           
 

Methods in org.apache.cassandra.db.compaction with parameters of type SSTableIdentityIterator
 AbstractCompactedRow CompactionController.getCompactedRow(SSTableIdentityIterator row)
          convenience method for single-sstable compactions
protected  boolean CompactionIterator.isEqual(SSTableIdentityIterator o1, SSTableIdentityIterator o2)
           
 void CompactionIterator.reduce(SSTableIdentityIterator current)
           
 

Method parameters in org.apache.cassandra.db.compaction with type arguments of type SSTableIdentityIterator
 AbstractCompactedRow CompactionController.getCompactedRow(java.util.List<SSTableIdentityIterator> rows)
           
 

Constructor parameters in org.apache.cassandra.db.compaction with type arguments of type SSTableIdentityIterator
LazilyCompactedRow(CompactionController controller, java.util.List<SSTableIdentityIterator> rows)
           
PrecompactedRow(CompactionController controller, java.util.List<SSTableIdentityIterator> rows)
           
 

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

Methods in org.apache.cassandra.io.sstable with parameters of type SSTableIdentityIterator
 int SSTableIdentityIterator.compareTo(SSTableIdentityIterator o)
           
 



Copyright © 2011 The Apache Software Foundation