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