Uses of Interface
org.apache.cassandra.service.reads.repair.ReadRepair
Packages that use ReadRepair
-
Uses of ReadRepair in org.apache.cassandra.service.reads
Fields in org.apache.cassandra.service.reads declared as ReadRepairModifier and TypeFieldDescriptionprotected final ReadRepair<EndpointsForToken,ReplicaPlan.ForTokenRead> AbstractReadExecutor.readRepairMethods in org.apache.cassandra.service.reads that return ReadRepairConstructors in org.apache.cassandra.service.reads with parameters of type ReadRepairModifierConstructorDescriptionDataResolver(ReadCommand command, Supplier<? extends P> replicaPlan, ReadRepair<E, P> readRepair, Dispatcher.RequestTime requestTime) DataResolver(ReadCommand command, Supplier<? extends P> replicaPlan, ReadRepair<E, P> readRepair, Dispatcher.RequestTime requestTime, boolean trackRepairedStatus) -
Uses of ReadRepair in org.apache.cassandra.service.reads.repair
Classes in org.apache.cassandra.service.reads.repair that implement ReadRepairModifier and TypeClassDescriptionclassAbstractReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E, P>> classBlockingReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E, P>> 'Classic' read repair.classNoopReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E, P>> Bypasses the read repair path for short read protection and testingclassReadOnlyReadRepair<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.Methods in org.apache.cassandra.service.reads.repair that return ReadRepairModifier and TypeMethodDescriptionstatic <E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E, P>>
ReadRepair<E,P> ReadRepair.create(ReadCommand command, ReplicaPlan.Shared<E, P> replicaPlan, Dispatcher.RequestTime requestTime) <E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E, P>>
ReadRepair<E,P> ReadRepair.Factory.create(ReadCommand command, ReplicaPlan.Shared<E, P> replicaPlan, Dispatcher.RequestTime requestTime) Constructors in org.apache.cassandra.service.reads.repair with parameters of type ReadRepairModifierConstructorDescriptionPartitionIteratorMergeListener(ReplicaPlan.ForRead<E, ?> replicaPlan, ReadCommand command, ReadRepair readRepair) RowIteratorMergeListener(DecoratedKey partitionKey, RegularAndStaticColumns columns, boolean isReversed, ReplicaPlan.ForRead<E, ?> readPlan, ReadCommand command, ReadRepair<E, ?> readRepair)