Package org.apache.cassandra.concurrent
Interface Interruptible
-
- All Superinterfaces:
Shutdownable
- All Known Implementing Classes:
InfiniteLoopExecutor
,MemtableCleanerThread
public interface Interruptible extends Shutdownable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Interruptible.SimpleTask
A Task that only runs on NORMAL statesstatic class
Interruptible.State
static interface
Interruptible.Task
static class
Interruptible.TerminateException
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
interrupt()
-
Methods inherited from interface org.apache.cassandra.concurrent.Shutdownable
awaitTermination, isTerminated, shutdown, shutdownNow
-
-