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.ReplicaList
AbstractReplicaCollection. EMPTY_LIST
protected AbstractReplicaCollection.ReplicaList
AbstractReplicaCollection. list
Methods in org.apache.cassandra.locator that return AbstractReplicaCollection.ReplicaList Modifier and Type Method Description AbstractReplicaCollection.ReplicaList
AbstractReplicaCollection.ReplicaList. sorted(java.util.Comparator<Replica> comparator)
AbstractReplicaCollection.ReplicaList
AbstractReplicaCollection.ReplicaList. subList(int begin, int end)
Methods in org.apache.cassandra.locator with parameters of type AbstractReplicaCollection.ReplicaList Modifier and Type Method Description boolean
AbstractReplicaCollection.ReplicaList. isSubList(AbstractReplicaCollection.ReplicaList subList)
protected EndpointsForToken
EndpointsForToken. snapshot(AbstractReplicaCollection.ReplicaList newList)
protected RangesAtEndpoint
RangesAtEndpoint. 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)
-