Package org.apache.cassandra.locator
Class ReplicaPlan.ForTokenRead
java.lang.Object
org.apache.cassandra.locator.ReplicaPlan.AbstractReplicaPlan<E,P>
org.apache.cassandra.locator.ReplicaPlan.AbstractForRead<EndpointsForToken,ReplicaPlan.ForTokenRead>
org.apache.cassandra.locator.ReplicaPlan.ForTokenRead
- All Implemented Interfaces:
ReplicaPlan<EndpointsForToken,,ReplicaPlan.ForTokenRead> ReplicaPlan.ForRead<EndpointsForToken,ReplicaPlan.ForTokenRead>
- Enclosing interface:
- ReplicaPlan<E extends Endpoints<E>,
P extends ReplicaPlan<E, P>>
public static class ReplicaPlan.ForTokenRead
extends ReplicaPlan.AbstractForRead<EndpointsForToken,ReplicaPlan.ForTokenRead>
-
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
ConstructorsConstructorDescriptionForTokenRead(Keyspace keyspace, AbstractReplicationStrategy replicationStrategy, ConsistencyLevel consistencyLevel, EndpointsForToken candidates, EndpointsForToken contacts) -
Method Summary
Methods inherited from class org.apache.cassandra.locator.ReplicaPlan.AbstractForRead
firstUncontactedCandidate, lookup, readCandidates, readQuorum, toStringMethods inherited from class org.apache.cassandra.locator.ReplicaPlan.AbstractReplicaPlan
consistencyLevel, contacts, keyspace, replicationStrategyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cassandra.locator.ReplicaPlan
consistencyLevel, contacts, keyspace, replicationStrategy
-
Constructor Details
-
ForTokenRead
public ForTokenRead(Keyspace keyspace, AbstractReplicationStrategy replicationStrategy, ConsistencyLevel consistencyLevel, EndpointsForToken candidates, EndpointsForToken contacts)
-
-
Method Details
-
withContacts
-