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