Uses of Class
org.apache.cassandra.locator.AbstractReplicaCollection.ReplicaList
-
Packages that use AbstractReplicaCollection.ReplicaList Package Description org.apache.cassandra.locator -
-
Uses of AbstractReplicaCollection.ReplicaList in org.apache.cassandra.locator
Fields in org.apache.cassandra.locator declared as AbstractReplicaCollection.ReplicaList Modifier and Type Field Description protected static AbstractReplicaCollection.ReplicaListAbstractReplicaCollection. EMPTY_LISTprotected AbstractReplicaCollection.ReplicaListAbstractReplicaCollection. listMethods in org.apache.cassandra.locator that return AbstractReplicaCollection.ReplicaList Modifier and Type Method Description AbstractReplicaCollection.ReplicaListAbstractReplicaCollection.ReplicaList. sorted(java.util.Comparator<? super Replica> comparator)AbstractReplicaCollection.ReplicaListAbstractReplicaCollection.ReplicaList. subList(int begin, int end)Methods in org.apache.cassandra.locator with parameters of type AbstractReplicaCollection.ReplicaList Modifier and Type Method Description booleanAbstractReplicaCollection.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.ReplicaList Constructor Description ReplicaMap(AbstractReplicaCollection.ReplicaList list, java.util.function.Function<Replica,K> toKey)ReplicaMap(AbstractReplicaCollection.ReplicaList list, java.util.function.Function<Replica,K> toKey, com.carrotsearch.hppc.ObjectIntHashMap<K> map)
-