Uses of Class
org.apache.cassandra.io.sstable.SSTable
Packages that use SSTable
Package
Description
File transfer
-
Uses of SSTable in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle with parameters of type SSTableModifier and TypeMethodDescriptionvoidCalled when a new table is about to be created, so that this table can be tracked by a transaction.voidvoidvoidLifecycleNewTracker.untrackNew(SSTable table) Called when a new table is no longer required, so that this table can be untracked by a transaction.voidLifecycleTransaction.untrackNew(SSTable table) voidWrappedLifecycleTransaction.untrackNew(SSTable table) -
Uses of SSTable in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type SSTableModifier and TypeMethodDescriptionstatic voidUnfilteredRowIteratorWithLowerBound.assertBoundSize(ClusteringPrefix<?> lowerBound, SSTable sstable) -
Uses of SSTable in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming with parameters of type SSTable -
Uses of SSTable in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable with type parameters of type SSTableModifier and TypeClassDescriptionstatic classSSTable.Builder<S extends SSTable,B extends SSTable.Builder<S, B>> A builder of this sstable representation.Subclasses of SSTable in org.apache.cassandra.io.sstable -
Uses of SSTable in org.apache.cassandra.io.sstable.format
Subclasses of SSTable in org.apache.cassandra.io.sstable.formatModifier and TypeClassDescriptionclassSortedTableWriter<P extends SortedTablePartitionWriter,I extends SortedTableWriter.AbstractIndexWriter> A generic implementation of a writer which assumes the existence of some partition index and bloom filter.classAn 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.classclassA root class for a writer implementation.Methods in org.apache.cassandra.io.sstable.format with parameters of type SSTableModifier and TypeMethodDescriptionstatic FileHandle.BuilderIndexComponent.fileBuilder(Component component, SSTable ssTable) -
Uses of SSTable in org.apache.cassandra.io.sstable.format.big
Subclasses of SSTable in org.apache.cassandra.io.sstable.format.bigModifier and TypeClassDescriptionclassSSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen.class -
Uses of SSTable in org.apache.cassandra.io.sstable.format.bti
Subclasses of SSTable in org.apache.cassandra.io.sstable.format.btiModifier and TypeClassDescriptionclassReader of SSTable files in BTI format (seeBtiFormat), written byBtiTableWriter.classWrites SSTables in BTI format (seeBtiFormat), which can be read byBtiTableReader.