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