Uses of Class
org.apache.cassandra.locator.AbstractReplicaCollection
-
Packages that use AbstractReplicaCollection Package Description org.apache.cassandra.locator -
-
Uses of AbstractReplicaCollection in org.apache.cassandra.locator
Classes in org.apache.cassandra.locator with type parameters of type AbstractReplicaCollection Modifier and Type Class Description class
AbstractReplicaCollection<C extends AbstractReplicaCollection<C>>
A collection like class for Replica objects.Subclasses of AbstractReplicaCollection in org.apache.cassandra.locator Modifier and Type Class Description class
Endpoints<E extends Endpoints<E>>
A collection of Endpoints for a given ring position.class
EndpointsForRange
A ReplicaCollection where all Replica are required to cover a range that fully contains the range() defined in the builder().static class
EndpointsForRange.Builder
class
EndpointsForToken
A ReplicaCollection where all Replica are required to cover a range that fully contains the token() defined in the builder().static class
EndpointsForToken.Builder
class
RangesAtEndpoint
A ReplicaCollection for Ranges occurring at an endpoint.static class
RangesAtEndpoint.Builder
-