public class MemtableCleanerThread<P extends MemtablePool> extends InfiniteLoopExecutor
Modifier and Type | Class and Description |
---|---|
static class |
MemtableCleanerThread.Clean<P extends MemtablePool> |
InfiniteLoopExecutor.InterruptibleRunnable
Constructor and Description |
---|
MemtableCleanerThread(P pool,
MemtableCleaner cleaner) |
Modifier and Type | Method and Description |
---|---|
int |
numPendingTasks()
Return the number of pending tasks
|
void |
trigger() |
awaitTermination, isAlive, shutdownNow, start
public MemtableCleanerThread(P pool, MemtableCleaner cleaner)
Copyright © 2009- The Apache Software Foundation