Uses of Package
org.apache.cassandra.io.sstable

Packages that use org.apache.cassandra.io.sstable
org.apache.cassandra.config   
org.apache.cassandra.db   
org.apache.cassandra.db.columniterator   
org.apache.cassandra.db.filter   
org.apache.cassandra.io   
org.apache.cassandra.io.sstable   
org.apache.cassandra.streaming   
 

Classes in org.apache.cassandra.io.sstable used by org.apache.cassandra.config
Descriptor
          A SSTable is described by the keyspace and column family it contains data for, a generation (where higher generations contain more recent data) and an alphabetic version string.
 

Classes in org.apache.cassandra.io.sstable used by org.apache.cassandra.db
CacheWriter
           
Descriptor
          A SSTable is described by the keyspace and column family it contains data for, a generation (where higher generations contain more recent data) and an alphabetic version string.
ReducingKeyIterator
           
SSTable
          This class is built on top of the SequenceFile.
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
 

Classes in org.apache.cassandra.io.sstable used by org.apache.cassandra.db.columniterator
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
 

Classes in org.apache.cassandra.io.sstable used by org.apache.cassandra.db.filter
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
 

Classes in org.apache.cassandra.io.sstable used by org.apache.cassandra.io
SSTableIdentityIterator
           
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
SSTableScanner
           
 

Classes in org.apache.cassandra.io.sstable used by org.apache.cassandra.io.sstable
CacheWriter
           
Component
          SSTables are made up of multiple components in separate files.
Descriptor
          A SSTable is described by the keyspace and column family it contains data for, a generation (where higher generations contain more recent data) and an alphabetic version string.
IndexHelper.IndexInfo
           
IndexSummary.KeyPosition
          This is a simple container for the index Key and its corresponding position in the index file.
SSTable
          This class is built on top of the SequenceFile.
SSTableIdentityIterator
           
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
SSTableReader.Operator
          TODO: Move someplace reusable
SSTableScanner
           
SSTableTracker
           
SSTableWriter.Builder
          Removes the given SSTable from temporary status and opens it, rebuilding the bloom filter and row index from the data file.
 

Classes in org.apache.cassandra.io.sstable used by org.apache.cassandra.streaming
Descriptor
          A SSTable is described by the keyspace and column family it contains data for, a generation (where higher generations contain more recent data) and an alphabetic version string.
SSTable
          This class is built on top of the SequenceFile.
SSTableReader
          SSTableReaders are open()ed by Table.onStart; after that they are created by SSTableWriter.renameAndOpen.
 



Copyright © 2011 The Apache Software Foundation