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

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

Uses of SSTable in org.apache.cassandra.db
 

Method parameters in org.apache.cassandra.db with type arguments of type SSTable
 boolean ColumnFamilyStore.isKeyInRemainingSSTables(DecoratedKey key, java.util.Set<? extends SSTable> sstablesToIgnore)
          Uses bloom filters to check if key may be present in any sstable in this ColumnFamilyStore, minus a set of provided ones.
 

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