Package org.apache.cassandra.io.sstable
Class IScrubber.ScrubResult
- java.lang.Object
-
- org.apache.cassandra.io.sstable.IScrubber.ScrubResult
-
- Enclosing interface:
- IScrubber
public static final class IScrubber.ScrubResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
badPartitions
int
emptyPartitions
int
goodPartitions
-
Constructor Summary
Constructors Constructor Description ScrubResult(int goodPartitions, int badPartitions, int emptyPartitions)
-