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

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

Uses of SSTableScanner in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io that return types with arguments of type SSTableScanner
protected  java.lang.Iterable<SSTableScanner> CompactionIterator.getScanners()
           
 

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

Methods in org.apache.cassandra.io.sstable that return SSTableScanner
 SSTableScanner SSTableReader.getScanner(int bufferSize)
           
 SSTableScanner SSTableReader.getScanner(int bufferSize, QueryFilter filter)
           
 



Copyright © 2010 The Apache Software Foundation