Uses of Class
org.apache.cassandra.locator.AbstractReplicaCollection.ReplicaList
Packages that use AbstractReplicaCollection.ReplicaList
-
Uses of AbstractReplicaCollection.ReplicaList in org.apache.cassandra.locator
Fields in org.apache.cassandra.locator declared as AbstractReplicaCollection.ReplicaListModifier and TypeFieldDescriptionprotected static final AbstractReplicaCollection.ReplicaListAbstractReplicaCollection.EMPTY_LISTprotected final AbstractReplicaCollection.ReplicaListAbstractReplicaCollection.listMethods in org.apache.cassandra.locator that return AbstractReplicaCollection.ReplicaListModifier and TypeMethodDescriptionAbstractReplicaCollection.ReplicaList.sorted(Comparator<? super Replica> comparator) AbstractReplicaCollection.ReplicaList.subList(int begin, int end) Methods in org.apache.cassandra.locator with parameters of type AbstractReplicaCollection.ReplicaListModifier and TypeMethodDescriptionbooleanAbstractReplicaCollection.ReplicaList.isSubList(AbstractReplicaCollection.ReplicaList subList) protected EndpointsForTokenEndpointsForToken.snapshot(AbstractReplicaCollection.ReplicaList newList) protected RangesAtEndpointRangesAtEndpoint.snapshot(AbstractReplicaCollection.ReplicaList newList) Constructors in org.apache.cassandra.locator with parameters of type AbstractReplicaCollection.ReplicaListModifierConstructorDescriptionReplicaMap(AbstractReplicaCollection.ReplicaList list, Function<Replica, K> toKey) ReplicaMap(AbstractReplicaCollection.ReplicaList list, Function<Replica, K> toKey, com.carrotsearch.hppc.ObjectIntHashMap<K> map)