Uses of Class
org.apache.cassandra.locator.ReplicaPlan.ForRangeRead
-
Packages that use ReplicaPlan.ForRangeRead Package Description org.apache.cassandra.locator -
-
Uses of ReplicaPlan.ForRangeRead in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator that return ReplicaPlan.ForRangeRead Modifier and Type Method Description static ReplicaPlan.ForRangeReadReplicaPlans. forRangeRead(Keyspace keyspace, ConsistencyLevel consistencyLevel, AbstractBounds<PartitionPosition> range, int vnodeCount)Construct a plan for reading the provided range at the provided consistency level.static ReplicaPlan.ForRangeReadReplicaPlans. forSingleReplicaRead(Keyspace keyspace, AbstractBounds<PartitionPosition> range, Replica replica, int vnodeCount)Construct a plan for reading from a single node - this permits no speculation or read-repairReplicaPlan.ForRangeReadReplicaPlan.SharedForRangeRead. get()static ReplicaPlan.ForRangeReadReplicaPlans. maybeMerge(Keyspace keyspace, ConsistencyLevel consistencyLevel, ReplicaPlan.ForRangeRead left, ReplicaPlan.ForRangeRead right)Take two range read plans for adjacent ranges, and check if it is OK (and worthwhile) to combine them into a single planReplicaPlan.ForRangeReadReplicaPlan.ForRangeRead. withContacts(EndpointsForRange newContact)Methods in org.apache.cassandra.locator with parameters of type ReplicaPlan.ForRangeRead Modifier and Type Method Description static ReplicaPlan.ForRangeReadReplicaPlans. maybeMerge(Keyspace keyspace, ConsistencyLevel consistencyLevel, ReplicaPlan.ForRangeRead left, ReplicaPlan.ForRangeRead right)Take two range read plans for adjacent ranges, and check if it is OK (and worthwhile) to combine them into a single planstatic ReplicaPlan.SharedForRangeReadReplicaPlan. shared(ReplicaPlan.ForRangeRead replicaPlan)
-