Uses of Class
org.apache.cassandra.service.reads.repair.AbstractReadRepair
Packages that use AbstractReadRepair
-
Uses of AbstractReadRepair in org.apache.cassandra.service.reads.repair
Subclasses of AbstractReadRepair in org.apache.cassandra.service.reads.repairModifier and TypeClassDescriptionclassBlockingReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E, P>> 'Classic' read repair.classReadOnlyReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E, P>> Only performs the collection of data responses and reconciliation of them, doesn't send repair mutations to replicas.