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

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

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<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.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
           
 

Uses of SSTable in org.apache.cassandra.streaming
 

Constructors in org.apache.cassandra.streaming with parameters of type SSTable
PendingFile(SSTable sstable, Descriptor desc, java.lang.String component, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections)
           
 



Copyright © 2011 The Apache Software Foundation