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

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

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> CompactionIterable.Reducer.rows
           
 

Methods in org.apache.cassandra.db.compaction with parameters of type SSTableIdentityIterator
 AbstractCompactedRow CompactionController.getCompactedRow(SSTableIdentityIterator row)
          convenience method for single-sstable compactions
 

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