Uses of Class
org.apache.cassandra.locator.ReplicaPlan.ForRead
-
Packages that use ReplicaPlan.ForRead Package Description org.apache.cassandra.locator org.apache.cassandra.service.reads org.apache.cassandra.service.reads.repair -
-
Uses of ReplicaPlan.ForRead in org.apache.cassandra.locator
Subclasses of ReplicaPlan.ForRead in org.apache.cassandra.locator Modifier and Type Class Description static classReplicaPlan.ForRangeReadstatic classReplicaPlan.ForTokenReadMethods in org.apache.cassandra.locator with parameters of type ReplicaPlan.ForRead Modifier and Type Method Description static ReplicaPlan.ForTokenWriteReplicaPlans. forReadRepair(Token token, ReplicaPlan.ForRead<?> readPlan)static ReplicaPlans.SelectorReplicaPlans. writeReadRepair(ReplicaPlan.ForRead<?> readPlan)TODO: Transient Replication C-14404/C-14665 TODO: We employ this even when there is no monotonicity to guarantee, e.g. -
Uses of ReplicaPlan.ForRead in org.apache.cassandra.service.reads
Classes in org.apache.cassandra.service.reads with type parameters of type ReplicaPlan.ForRead Modifier and Type Class Description classDataResolver<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>classDigestResolver<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>classReadCallback<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>classResponseResolver<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>> -
Uses of ReplicaPlan.ForRead in org.apache.cassandra.service.reads.repair
Classes in org.apache.cassandra.service.reads.repair with type parameters of type ReplicaPlan.ForRead Modifier and Type Class Description classAbstractReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>classBlockingReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>'Classic' read repair.classNoopReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>Bypasses the read repair path for short read protection and testingclassReadOnlyReadRepair<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.interfaceReadRepair<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>>Methods in org.apache.cassandra.service.reads.repair with type parameters of type ReplicaPlan.ForRead 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 ReplicaPlan.ForRead 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)
-