Uses of Interface
org.apache.cassandra.concurrent.Interruptible
Packages that use Interruptible
-
Uses of Interruptible in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement InterruptibleMethods in org.apache.cassandra.concurrent that return InterruptibleModifier and TypeMethodDescriptionExecutorFactory.Default.infiniteLoop(String name, Interruptible.Task task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe, InfiniteLoopExecutor.Daemon daemon, InfiniteLoopExecutor.Interrupts interrupts) default InterruptibleExecutorFactory.infiniteLoop(String name, Interruptible.SimpleTask task, InfiniteLoopExecutor.SimulatorSafe simulatorSafe) Create and start a new InfiniteLoopExecutor to repeatedly invokerunnable.ExecutorFactory.infiniteLoop(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 InterruptibleModifier and TypeClassDescriptionclassMemtableCleanerThread<P extends MemtablePool>A thread that reclaims memory from a MemtablePool on demand.