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.ForRangeRead
ReplicaPlans. 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.ForRangeRead
ReplicaPlans. 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.ForRangeRead
ReplicaPlan.SharedForRangeRead. get()
ReplicaPlan.ForRangeRead
ReplicaPlan.SharedForRangeRead. getWithContacts(EndpointsForRange newContact)
static ReplicaPlan.ForRangeRead
ReplicaPlans. 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 planMethods in org.apache.cassandra.locator with parameters of type ReplicaPlan.ForRangeRead Modifier and Type Method Description static ReplicaPlan.ForRangeRead
ReplicaPlans. 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.SharedForRangeRead
ReplicaPlan. shared(ReplicaPlan.ForRangeRead replicaPlan)
-