Package org.apache.cassandra.locator
Class ReplicationFactor
java.lang.Object
org.apache.cassandra.locator.ReplicationFactor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ReplicationFactorfromString(String s) static ReplicationFactorfullOnly(int totalReplicas) inthashCode()booleantoString()intstatic ReplicationFactorwithTransient(int totalReplicas, int transientReplicas)
-
Field Details
-
ZERO
-
allReplicas
public final int allReplicas -
fullReplicas
public final int fullReplicas
-
-
Method Details
-
transientReplicas
public int transientReplicas() -
hasTransientReplicas
public boolean hasTransientReplicas() -
equals
-
hashCode
public int hashCode() -
fullOnly
-
withTransient
-
fromString
-
toParseableString
-
toString
-