Uses of Class
org.apache.cassandra.locator.Replicas.ReplicaCount
-
Packages that use Replicas.ReplicaCount Package Description org.apache.cassandra.locator -
-
Uses of Replicas.ReplicaCount in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator that return Replicas.ReplicaCount Modifier and Type Method Description static Replicas.ReplicaCount
Replicas. countInOurDc(ReplicaCollection<?> replicas)
Methods in org.apache.cassandra.locator that return types with arguments of type Replicas.ReplicaCount Modifier and Type Method Description static com.carrotsearch.hppc.ObjectObjectHashMap<java.lang.String,Replicas.ReplicaCount>
Replicas. countPerDc(java.util.Collection<java.lang.String> dataCenters, java.lang.Iterable<Replica> replicas)
count the number of full and transient replicas, separately, for each DC
-