Package org.apache.cassandra.locator
Class ReplicaPlan.ForFullRangeRead
- java.lang.Object
-
- org.apache.cassandra.locator.ReplicaPlan.AbstractReplicaPlan<E,P>
-
- org.apache.cassandra.locator.ReplicaPlan.AbstractForRead<EndpointsForRange,ReplicaPlan.ForRangeRead>
-
- org.apache.cassandra.locator.ReplicaPlan.ForRangeRead
-
- org.apache.cassandra.locator.ReplicaPlan.ForFullRangeRead
-
- All Implemented Interfaces:
ReplicaPlan<EndpointsForRange,ReplicaPlan.ForRangeRead>
,ReplicaPlan.ForRead<EndpointsForRange,ReplicaPlan.ForRangeRead>
- Enclosing interface:
- ReplicaPlan<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>
public static class ReplicaPlan.ForFullRangeRead extends ReplicaPlan.ForRangeRead
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.locator.ReplicaPlan
ReplicaPlan.AbstractForRead<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E,P>>, ReplicaPlan.AbstractReplicaPlan<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>, ReplicaPlan.ForFullRangeRead, ReplicaPlan.ForPaxosWrite, ReplicaPlan.ForRangeRead, ReplicaPlan.ForRead<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E,P>>, ReplicaPlan.ForTokenRead, ReplicaPlan.ForWrite, ReplicaPlan.Shared<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>, ReplicaPlan.SharedForRangeRead, ReplicaPlan.SharedForTokenRead
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.locator.ReplicaPlan.AbstractReplicaPlan
consistencyLevel, keyspace, replicationStrategy
-
-
Constructor Summary
Constructors Constructor Description ForFullRangeRead(Keyspace keyspace, AbstractReplicationStrategy replicationStrategy, ConsistencyLevel consistencyLevel, AbstractBounds<PartitionPosition> range, EndpointsForRange candidates, EndpointsForRange contact, int vnodeCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
readQuorum()
-
Methods inherited from class org.apache.cassandra.locator.ReplicaPlan.ForRangeRead
range, vnodeCount, withContacts
-
Methods inherited from class org.apache.cassandra.locator.ReplicaPlan.AbstractForRead
firstUncontactedCandidate, lookup, readCandidates, toString
-
Methods inherited from class org.apache.cassandra.locator.ReplicaPlan.AbstractReplicaPlan
consistencyLevel, contacts, keyspace, replicationStrategy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.locator.ReplicaPlan
consistencyLevel, contacts, keyspace, replicationStrategy
-
-
-
-
Constructor Detail
-
ForFullRangeRead
public ForFullRangeRead(Keyspace keyspace, AbstractReplicationStrategy replicationStrategy, ConsistencyLevel consistencyLevel, AbstractBounds<PartitionPosition> range, EndpointsForRange candidates, EndpointsForRange contact, int vnodeCount)
-
-
Method Detail
-
readQuorum
public int readQuorum()
- Specified by:
readQuorum
in interfaceReplicaPlan.ForRead<EndpointsForRange,ReplicaPlan.ForRangeRead>
- Overrides:
readQuorum
in classReplicaPlan.AbstractForRead<EndpointsForRange,ReplicaPlan.ForRangeRead>
-
-