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

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

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

Fields in org.apache.cassandra.db.compaction with type parameters of type SSTableScanner
protected  java.util.List<SSTableScanner> AbstractCompactionIterable.scanners
           
 

Methods in org.apache.cassandra.db.compaction that return types with arguments of type SSTableScanner
protected static java.util.List<SSTableScanner> AbstractCompactionIterable.getScanners(java.lang.Iterable<SSTableReader> sstables)
           
protected static java.util.List<SSTableScanner> CompactionIterable.getScanners(java.lang.Iterable<SSTableReader> sstables)
           
 

Constructor parameters in org.apache.cassandra.db.compaction with type arguments of type SSTableScanner
AbstractCompactionIterable(CompactionController controller, OperationType type, java.util.List<SSTableScanner> scanners)
           
CompactionIterable(OperationType type, java.util.List<SSTableScanner> scanners, CompactionController controller)
           
ParallelCompactionIterable(OperationType type, java.util.List<SSTableScanner> scanners, CompactionController controller, int maxInMemorySize)
           
 

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

Subclasses of SSTableScanner in org.apache.cassandra.io.sstable
 class SSTableBoundedScanner
          A SSTableScanner that only reads key in a given range (for validation compaction).
 

Methods in org.apache.cassandra.io.sstable that return SSTableScanner
 SSTableScanner SSTableReader.getDirectScanner()
          Direct I/O SSTableScanner
 SSTableScanner SSTableReader.getDirectScanner(Range range)
          Direct I/O SSTableScanner over a defined range of tokens.
 SSTableScanner SSTableReader.getScanner(QueryFilter filter)
           
 



Copyright © 2012 The Apache Software Foundation