Package org.apache.cassandra.io.sstable
Interface IScrubber
- All Superinterfaces:
AutoCloseable,Closeable,Closeable
- All Known Implementing Classes:
BigTableScrubber,BtiTableScrubber,SortedTableScrubber
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static IScrubber.Options.Builderoptions()voidscrub()
-
Method Details
-
scrub
void scrub() -
close
void close() -
getScrubInfo
CompactionInfo.Holder getScrubInfo() -
scrubWithResult
IScrubber.ScrubResult scrubWithResult() -
options
-