Class MemtableCleanerThread.Clean<P extends MemtablePool>
- java.lang.Object
-
- org.apache.cassandra.utils.memory.MemtableCleanerThread.Clean<P>
-
- All Implemented Interfaces:
InfiniteLoopExecutor.InterruptibleRunnable
- Enclosing class:
- MemtableCleanerThread<P extends MemtablePool>
public static class MemtableCleanerThread.Clean<P extends MemtablePool> extends java.lang.Object implements InfiniteLoopExecutor.InterruptibleRunnable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
numPendingTasks()
Return the number of pending tasksvoid
run()
-
-
-
Method Detail
-
numPendingTasks
public int numPendingTasks()
Return the number of pending tasks
-
run
public void run() throws java.lang.InterruptedException
- Specified by:
run
in interfaceInfiniteLoopExecutor.InterruptibleRunnable
- Throws:
java.lang.InterruptedException
-
-