Uses of Interface
org.apache.cassandra.service.reads.repair.ReadRepair
-
Packages that use ReadRepair Package Description org.apache.cassandra.service.reads org.apache.cassandra.service.reads.repair -
-
Uses of ReadRepair in org.apache.cassandra.service.reads
Fields in org.apache.cassandra.service.reads declared as ReadRepair Modifier and Type Field Description protected ReadRepair<EndpointsForToken,ReplicaPlan.ForTokenRead>AbstractReadExecutor. readRepairMethods in org.apache.cassandra.service.reads that return ReadRepair Modifier and Type Method Description ReadRepair<EndpointsForToken,ReplicaPlan.ForTokenRead>AbstractReadExecutor. getReadRepair()Constructors in org.apache.cassandra.service.reads with parameters of type ReadRepair Constructor Description DataResolver(ReadCommand command, java.util.function.Supplier<? extends P> replicaPlan, ReadRepair<E,P> readRepair, Dispatcher.RequestTime requestTime)DataResolver(ReadCommand command, java.util.function.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 ReadRepair Modifier and Type Class Description classAbstractReadRepair<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 ReadRepair Modifier and Type Method Description static <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 ReadRepair Constructor Description PartitionIteratorMergeListener(ReplicaPlan.ForRead<E,?> replicaPlan, ReadCommand command, ReadRepair readRepair)RowIteratorMergeListener(DecoratedKey partitionKey, RegularAndStaticColumns columns, boolean isReversed, ReplicaPlan.ForRead<E,?> readPlan, ReadCommand command, ReadRepair readRepair)
-