Package org.apache.cassandra.locator
Class ReplicaPlan.ForTokenRead
- java.lang.Object
-
- org.apache.cassandra.locator.ReplicaPlan<E>
-
- org.apache.cassandra.locator.ReplicaPlan.ForRead<EndpointsForToken>
-
- org.apache.cassandra.locator.ReplicaPlan.ForTokenRead
-
- Enclosing class:
- ReplicaPlan<E extends Endpoints<E>>
public static class ReplicaPlan.ForTokenRead extends ReplicaPlan.ForRead<EndpointsForToken>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.locator.ReplicaPlan
ReplicaPlan.ForPaxosWrite, ReplicaPlan.ForRangeRead, ReplicaPlan.ForRead<E extends Endpoints<E>>, ReplicaPlan.ForTokenRead, ReplicaPlan.ForTokenWrite, ReplicaPlan.ForWrite<E extends Endpoints<E>>, ReplicaPlan.Shared<E extends Endpoints<E>,P extends ReplicaPlan<E>>, ReplicaPlan.SharedForRangeRead, ReplicaPlan.SharedForTokenRead
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.locator.ReplicaPlan
consistencyLevel, keyspace, replicationStrategy
-
-
Constructor Summary
Constructors Constructor Description ForTokenRead(Keyspace keyspace, AbstractReplicationStrategy replicationStrategy, ConsistencyLevel consistencyLevel, EndpointsForToken candidates, EndpointsForToken contacts)
-
Method Summary
-
Methods inherited from class org.apache.cassandra.locator.ReplicaPlan.ForRead
blockFor, candidates, firstUncontactedCandidate, lookup, toString
-
Methods inherited from class org.apache.cassandra.locator.ReplicaPlan
consistencyLevel, contacts, contacts, keyspace, replicationStrategy, shared, shared
-
-
-
-
Constructor Detail
-
ForTokenRead
public ForTokenRead(Keyspace keyspace, AbstractReplicationStrategy replicationStrategy, ConsistencyLevel consistencyLevel, EndpointsForToken candidates, EndpointsForToken contacts)
-
-