Uses of Class
org.apache.cassandra.io.sstable.format.SSTableWriter
Packages that use SSTableWriter
Package
Description
-
Uses of SSTableWriter in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return SSTableWriterModifier and TypeMethodDescriptionstatic SSTableWriterCompactionManager.createWriter(ColumnFamilyStore cfs, File compactionFileLocation, long expectedBloomFilterSize, long repairedAt, TimeUUID pendingRepair, boolean isTransient, SSTableReader sstable, LifecycleTransaction txn) static SSTableWriterCompactionManager.createWriterForAntiCompaction(ColumnFamilyStore cfs, File compactionFileLocation, int expectedBloomFilterSize, long repairedAt, TimeUUID pendingRepair, boolean isTransient, Collection<SSTableReader> sstables, ILifecycleTransaction txn) Methods in org.apache.cassandra.db.compaction with parameters of type SSTableWriterModifier and TypeMethodDescriptiondefault voidShardTracker.applyTokenSpaceCoverage(SSTableWriter writer) -
Uses of SSTableWriter in org.apache.cassandra.db.compaction.unified
Methods in org.apache.cassandra.db.compaction.unified that return SSTableWriterModifier and TypeMethodDescriptionprotected SSTableWriterShardedCompactionWriter.sstableWriter(Directories.DataDirectory directory, DecoratedKey nextKey) -
Uses of SSTableWriter in org.apache.cassandra.db.compaction.writers
Methods in org.apache.cassandra.db.compaction.writers that return SSTableWriterModifier and TypeMethodDescriptionprotected SSTableWriterCompactionAwareWriter.sstableWriter(Directories.DataDirectory directory, DecoratedKey nextKey) -
Uses of SSTableWriter in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return SSTableWriterMethods in org.apache.cassandra.io.sstable with parameters of type SSTableWriterMethod parameters in org.apache.cassandra.io.sstable with type arguments of type SSTableWriterConstructors in org.apache.cassandra.io.sstable with parameters of type SSTableWriterModifierConstructorDescriptionprotectedSimpleSSTableMultiWriter(SSTableWriter writer, LifecycleNewTracker lifecycleNewTracker) -
Uses of SSTableWriter in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format with type parameters of type SSTableWriterModifier and TypeClassDescriptionclassAbstractSSTableFormat<R extends SSTableReader,W extends SSTableWriter> interfaceSSTableFormat<R extends SSTableReader,W extends SSTableWriter> Provides the accessors to data on disk.static interfaceSSTableFormat.SSTableWriterFactory<W extends SSTableWriter,B extends SSTableWriter.Builder<W, B>> static classSSTableWriter.Builder<W extends SSTableWriter,B extends SSTableWriter.Builder<W, B>> A builder of this sstable writer.Subclasses of SSTableWriter 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.Methods in org.apache.cassandra.io.sstable.format that return SSTableWriter -
Uses of SSTableWriter in org.apache.cassandra.io.sstable.format.big
Subclasses of SSTableWriter in org.apache.cassandra.io.sstable.format.big -
Uses of SSTableWriter in org.apache.cassandra.io.sstable.format.bti
Subclasses of SSTableWriter in org.apache.cassandra.io.sstable.format.btiModifier and TypeClassDescriptionclassWrites SSTables in BTI format (seeBtiFormat), which can be read byBtiTableReader.