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

Packages that use SSTable
org.apache.cassandra.io   
 

Uses of SSTable in org.apache.cassandra.io
 

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

Method parameters in org.apache.cassandra.io with type arguments of type SSTable
static java.util.List<DecoratedKey> SSTableReader.getIndexedDecoratedKeysFor(com.google.common.base.Predicate<SSTable> cfpred, com.google.common.base.Predicate<DecoratedKey> dkpred)
          Get all indexed keys defined by the two predicates.
 



Copyright © 2010 The Apache Software Foundation