Uses of Interface
org.apache.cassandra.service.reads.repair.RepairedDataVerifier
-
Packages that use RepairedDataVerifier Package Description org.apache.cassandra.service.reads org.apache.cassandra.service.reads.repair -
-
Uses of RepairedDataVerifier in org.apache.cassandra.service.reads
Methods in org.apache.cassandra.service.reads that return RepairedDataVerifier Modifier and Type Method Description protected RepairedDataVerifier
DataResolver. getRepairedDataVerifier(ReadCommand command)
-
Uses of RepairedDataVerifier in org.apache.cassandra.service.reads.repair
Classes in org.apache.cassandra.service.reads.repair that implement RepairedDataVerifier Modifier and Type Class Description static class
RepairedDataVerifier.SimpleVerifier
static class
RepairedDataVerifier.SnapshottingVerifier
Methods in org.apache.cassandra.service.reads.repair that return RepairedDataVerifier Modifier and Type Method Description static RepairedDataVerifier
RepairedDataVerifier. simple(ReadCommand command)
static RepairedDataVerifier
RepairedDataVerifier. snapshotting(ReadCommand command)
static RepairedDataVerifier
RepairedDataVerifier. verifier(ReadCommand command)
Constructors in org.apache.cassandra.service.reads.repair with parameters of type RepairedDataVerifier Constructor Description RepairedDataTracker(RepairedDataVerifier verifier)
-