Package org.apache.cassandra.io.sstable
Interface IScrubber
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,Closeable
- All Known Implementing Classes:
BigTableScrubber
,BtiTableScrubber
,SortedTableScrubber
public interface IScrubber extends Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IScrubber.Options
static class
IScrubber.ScrubResult
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
CompactionInfo.Holder
getScrubInfo()
static IScrubber.Options.Builder
options()
void
scrub()
IScrubber.ScrubResult
scrubWithResult()
-
-
-
Method Detail
-
scrub
void scrub()
-
close
void close()
-
getScrubInfo
CompactionInfo.Holder getScrubInfo()
-
scrubWithResult
IScrubber.ScrubResult scrubWithResult()
-
options
static IScrubber.Options.Builder options()
-
-