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. readRepair
Methods 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, ReplicaPlan.Shared<E,P> replicaPlan, ReadRepair<E,P> readRepair, long queryStartNanoTime)
DataResolver(ReadCommand command, ReplicaPlan.Shared<E,P> replicaPlan, ReadRepair<E,P> readRepair, long queryStartNanoTime, 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 class
AbstractReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>
class
BlockingReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>
'Classic' read repair.class
NoopReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>
Bypasses the read repair path for short read protection and testingclass
ReadOnlyReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>
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>>
ReadRepair<E,P>ReadRepair. create(ReadCommand command, ReplicaPlan.Shared<E,P> replicaPlan, long queryStartNanoTime)
<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>
ReadRepair<E,P>ReadRepair.Factory. create(ReadCommand command, ReplicaPlan.Shared<E,P> replicaPlan, long queryStartNanoTime)
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)
-