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