| Package | Description | 
|---|---|
| org.apache.cassandra.db.lifecycle | |
| org.apache.cassandra.io.sstable.format | |
| org.apache.cassandra.io.sstable.format.big | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LifecycleTransaction. trackNew(SSTable table) | 
| void | LifecycleTransaction. untrackNew(SSTable table) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SSTableReaderAn SSTableReader can be constructed in a number of places, but typically is either
 read from disk at startup, or constructed from a flushed memtable, or after compaction
 to replace some existing sstables. | 
| class  | SSTableWriterThis is the API all table writers must implement. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BigTableReaderSSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen. | 
| class  | BigTableWriter | 
Copyright © 2018 The Apache Software Foundation