Uses of Interface
org.apache.cassandra.concurrent.Interruptible
-
Packages that use Interruptible Package Description org.apache.cassandra.concurrent org.apache.cassandra.utils.memory -
-
Uses of Interruptible in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement Interruptible Modifier and Type Class Description classInfiniteLoopExecutorMethods in org.apache.cassandra.concurrent that return Interruptible Modifier and Type Method Description InterruptibleExecutorFactory.Default. infiniteLoop(java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts)default InterruptibleExecutorFactory. infiniteLoop(java.lang.String name, Interruptible.SimpleTask task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe)Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable.InterruptibleExecutorFactory. infiniteLoop(java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts)Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable. -
Uses of Interruptible in org.apache.cassandra.utils.memory
Classes in org.apache.cassandra.utils.memory that implement Interruptible Modifier and Type Class Description classMemtableCleanerThread<P extends MemtablePool>A thread that reclaims memory from a MemtablePool on demand.
-