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 class
InfiniteLoopExecutor
Methods in org.apache.cassandra.concurrent that return Interruptible Modifier and Type Method Description Interruptible
ExecutorFactory.Default. infiniteLoop(java.lang.String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts)
default Interruptible
ExecutorFactory. infiniteLoop(java.lang.String name, Interruptible.SimpleTask task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe)
Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable
.Interruptible
ExecutorFactory. 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 class
MemtableCleanerThread<P extends MemtablePool>
A thread that reclaims memory from a MemtablePool on demand.
-