Package org.apache.cassandra.locator
Class ReplicaLayout.ForRangeRead
java.lang.Object
org.apache.cassandra.locator.ReplicaLayout<EndpointsForRange>
org.apache.cassandra.locator.ReplicaLayout.ForRangeRead
- All Implemented Interfaces:
ReplicaLayout.ForRange
- Enclosing class:
- ReplicaLayout<E extends Endpoints<E>>
public static class ReplicaLayout.ForRangeRead
extends ReplicaLayout<EndpointsForRange>
implements ReplicaLayout.ForRange
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.locator.ReplicaLayout
ReplicaLayout.ForRange, ReplicaLayout.ForRangeRead, ReplicaLayout.ForToken, ReplicaLayout.ForTokenRead, ReplicaLayout.ForTokenWrite, ReplicaLayout.ForWrite<E extends Endpoints<E>> -
Constructor Summary
ConstructorsConstructorDescriptionForRangeRead(AbstractReplicationStrategy replicationStrategy, AbstractBounds<PartitionPosition> range, EndpointsForRange natural) -
Method Summary
Methods inherited from class org.apache.cassandra.locator.ReplicaLayout
all, forTokenReadLiveSorted, forTokenWrite, forTokenWriteLiveAndDown, natural, replicationStrategy, toString
-
Constructor Details
-
ForRangeRead
public ForRangeRead(AbstractReplicationStrategy replicationStrategy, AbstractBounds<PartitionPosition> range, EndpointsForRange natural)
-
-
Method Details
-
range
- Specified by:
rangein interfaceReplicaLayout.ForRange
-
filter
-