Uses of Class
org.apache.cassandra.io.sstable.IScrubber.Options
Packages that use IScrubber.Options
Package
Description
-
Uses of IScrubber.Options in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type IScrubber.OptionsModifier and TypeMethodDescriptionColumnFamilyStore.scrub(boolean disableSnapshot, boolean alwaysFail, IScrubber.Options options, int jobs) ColumnFamilyStore.scrub(boolean disableSnapshot, IScrubber.Options options, int jobs) -
Uses of IScrubber.Options in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type IScrubber.OptionsModifier and TypeMethodDescriptionCompactionManager.performScrub(ColumnFamilyStore cfs, IScrubber.Options options, int jobs) -
Uses of IScrubber.Options in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return IScrubber.Options -
Uses of IScrubber.Options in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as IScrubber.OptionsMethods in org.apache.cassandra.io.sstable.format with parameters of type IScrubber.OptionsModifier and TypeMethodDescriptionSSTableFormat.getScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options) Returns a new scrubber for an sstable.Constructors in org.apache.cassandra.io.sstable.format with parameters of type IScrubber.OptionsModifierConstructorDescriptionprotectedSortedTableScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options) -
Uses of IScrubber.Options in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type IScrubber.OptionsModifier and TypeMethodDescriptionBigFormat.getScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type IScrubber.OptionsModifierConstructorDescriptionBigTableScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options) -
Uses of IScrubber.Options in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type IScrubber.OptionsModifier and TypeMethodDescriptionBtiFormat.getScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options) Constructors in org.apache.cassandra.io.sstable.format.bti with parameters of type IScrubber.OptionsModifierConstructorDescriptionBtiTableScrubber(ColumnFamilyStore cfs, LifecycleTransaction transaction, OutputHandler outputHandler, IScrubber.Options options) -
Uses of IScrubber.Options in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type IScrubber.OptionsModifier and TypeMethodDescriptionintStorageService.scrub(boolean disableSnapshot, IScrubber.Options options, int jobs, String keyspaceName, String... tableNames)