Uses of Class
org.apache.cassandra.io.sstable.SSTableRewriter
Packages that use SSTableRewriter
Package
Description
-
Uses of SSTableRewriter in org.apache.cassandra.db.compaction.writers
Fields in org.apache.cassandra.db.compaction.writers declared as SSTableRewriterModifier and TypeFieldDescriptionprotected final SSTableRewriterCompactionAwareWriter.sstableWriter -
Uses of SSTableRewriter in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return SSTableRewriterModifier and TypeMethodDescriptionstatic SSTableRewriterSSTableRewriter.construct(ColumnFamilyStore cfs, ILifecycleTransaction transaction, boolean keepOriginals, long maxAge) static SSTableRewriterSSTableRewriter.constructKeepingOriginals(ILifecycleTransaction transaction, boolean keepOriginals, long maxAge) static SSTableRewriterSSTableRewriter.constructWithoutEarlyOpening(ILifecycleTransaction transaction, boolean keepOriginals, long maxAge) SSTableRewriter.setRepairedAt(long repairedAt) -
Uses of SSTableRewriter in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type SSTableRewriterModifier and TypeMethodDescriptionprotected abstract voidSortedTableScrubber.scrubInternal(SSTableRewriter writer) protected booleanSortedTableScrubber.tryAppend(DecoratedKey prevKey, DecoratedKey key, SSTableRewriter writer) -
Uses of SSTableRewriter in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type SSTableRewriterModifier and TypeMethodDescriptionprotected voidBigTableScrubber.scrubInternal(SSTableRewriter writer) -
Uses of SSTableRewriter in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type SSTableRewriter