Uses of Class
org.apache.cassandra.utils.WrappedRunnable
Packages that use WrappedRunnable
-
Uses of WrappedRunnable in org.apache.cassandra.db.compaction
Subclasses of WrappedRunnable in org.apache.cassandra.db.compactionModifier and TypeClassDescriptionclassclassclassclassSpecial compaction task that does not do any compaction, instead it just mutates the level metadata on the sstable and notifies the compaction strategy.static classclass -
Uses of WrappedRunnable in org.apache.cassandra.db.compaction.unified
Subclasses of WrappedRunnable in org.apache.cassandra.db.compaction.unifiedModifier and TypeClassDescriptionclassThe sole purpose of this class is to currently create aShardedCompactionWriter.