Interface RepairedDataVerifier
-
- All Known Implementing Classes:
RepairedDataVerifier.SimpleVerifier
,RepairedDataVerifier.SnapshottingVerifier
public interface RepairedDataVerifier
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RepairedDataVerifier.SimpleVerifier
static class
RepairedDataVerifier.SnapshottingVerifier
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RepairedDataVerifier
simple(ReadCommand command)
static RepairedDataVerifier
snapshotting(ReadCommand command)
static RepairedDataVerifier
verifier(ReadCommand command)
void
verify(RepairedDataTracker tracker)
-
-
-
Method Detail
-
verify
void verify(RepairedDataTracker tracker)
-
verifier
static RepairedDataVerifier verifier(ReadCommand command)
-
simple
static RepairedDataVerifier simple(ReadCommand command)
-
snapshotting
static RepairedDataVerifier snapshotting(ReadCommand command)
-
-