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 RepairedDataVerifierDataResolver. 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 classRepairedDataVerifier.SimpleVerifierstatic classRepairedDataVerifier.SnapshottingVerifierMethods in org.apache.cassandra.service.reads.repair that return RepairedDataVerifier Modifier and Type Method Description static RepairedDataVerifierRepairedDataVerifier. simple(ReadCommand command)static RepairedDataVerifierRepairedDataVerifier. snapshotting(ReadCommand command)static RepairedDataVerifierRepairedDataVerifier. verifier(ReadCommand command)Constructors in org.apache.cassandra.service.reads.repair with parameters of type RepairedDataVerifier Constructor Description RepairedDataTracker(RepairedDataVerifier verifier)
-