Uses of Class
org.apache.cassandra.locator.ReplicaPlan.ForTokenRead
Packages that use ReplicaPlan.ForTokenRead
-
Uses of ReplicaPlan.ForTokenRead in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator that return ReplicaPlan.ForTokenReadModifier and TypeMethodDescriptionstatic ReplicaPlan.ForTokenReadReplicaPlans.forRead(Keyspace keyspace, Token token, Index.QueryPlan indexQueryPlan, ConsistencyLevel consistencyLevel, SpeculativeRetryPolicy retry) Construct a plan for reading the provided token at the provided consistency level.static ReplicaPlan.ForTokenReadReplicaPlans.forSingleReplicaRead(Keyspace keyspace, Token token, Replica replica) Construct a plan for reading from a single node - this permits no speculation or read-repairReplicaPlan.SharedForTokenRead.get()ReplicaPlan.ForTokenRead.withContacts(EndpointsForToken newContact) Methods in org.apache.cassandra.locator with parameters of type ReplicaPlan.ForTokenRead -
Uses of ReplicaPlan.ForTokenRead in org.apache.cassandra.service.reads
Fields in org.apache.cassandra.service.reads with type parameters of type ReplicaPlan.ForTokenReadModifier and TypeFieldDescriptionprotected final DigestResolver<EndpointsForToken,ReplicaPlan.ForTokenRead> AbstractReadExecutor.digestResolverprotected final ReadCallback<EndpointsForToken,ReplicaPlan.ForTokenRead> AbstractReadExecutor.handlerprotected final ReadRepair<EndpointsForToken,ReplicaPlan.ForTokenRead> AbstractReadExecutor.readRepairMethods in org.apache.cassandra.service.reads that return types with arguments of type ReplicaPlan.ForTokenReadConstructors in org.apache.cassandra.service.reads with parameters of type ReplicaPlan.ForTokenReadModifierConstructorDescriptionNeverSpeculatingReadExecutor(ColumnFamilyStore cfs, ReadCommand command, ReplicaPlan.ForTokenRead replicaPlan, Dispatcher.RequestTime requestTime, boolean logFailedSpeculation)