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 classAbstractReplicaCollection<C extends AbstractReplicaCollection<C>>A collection like class for Replica objects.Subclasses of AbstractReplicaCollection in org.apache.cassandra.locator Modifier and Type Class Description classEndpoints<E extends Endpoints<E>>A collection of Endpoints for a given ring position.classEndpointsForRangeA ReplicaCollection where all Replica are required to cover a range that fully contains the range() defined in the builder().static classEndpointsForRange.BuilderclassEndpointsForTokenA ReplicaCollection where all Replica are required to cover a range that fully contains the token() defined in the builder().static classEndpointsForToken.BuilderclassRangesAtEndpointA ReplicaCollection for Ranges occurring at an endpoint.static classRangesAtEndpoint.Builder
-