Uses of Class
org.apache.cassandra.utils.Backoff.None
-
Packages that use Backoff.None Package Description org.apache.cassandra.utils -
-
Uses of Backoff.None in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return Backoff.None Modifier and Type Method Description static Backoff.None
Backoff.None. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Backoff.None[]
Backoff.None. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-