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

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

Uses of SSTableIdentityIterator in org.apache.cassandra.io
 

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

Methods in org.apache.cassandra.io with parameters of type SSTableIdentityIterator
protected  boolean CompactionIterator.isEqual(SSTableIdentityIterator o1, SSTableIdentityIterator o2)
           
 void CompactionIterator.reduce(SSTableIdentityIterator current)
           
 

Constructor parameters in org.apache.cassandra.io with type arguments of type SSTableIdentityIterator
LazilyCompactedRow(java.util.List<SSTableIdentityIterator> rows, boolean major, int gcBefore)
           
PrecompactedRow(java.util.List<SSTableIdentityIterator> rows, boolean major, int gcBefore)
           
 

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