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

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

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

Method parameters in org.apache.cassandra.db.compaction with type arguments of type SSTable
abstract  boolean AbstractCompactionStrategy.isKeyExistenceExpensive(java.util.Set<? extends SSTable> sstablesToIgnore)
           
 boolean LeveledCompactionStrategy.isKeyExistenceExpensive(java.util.Set<? extends SSTable> sstablesToIgnore)
           
 boolean SizeTieredCompactionStrategy.isKeyExistenceExpensive(java.util.Set<? extends SSTable> sstablesToIgnore)
           
 

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

Subclasses of SSTable in org.apache.cassandra.io.sstable
 class SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
 class SSTableWriter
           
 



Copyright © 2013 The Apache Software Foundation