mirror of https://github.com/apache/cassandra
Fixed the link to non-existing cleaner Runnable
patch by Maxim Chanturiay; reviewed by Mick Semb Wever for CASSANDRA-18801
This commit is contained in:
parent
ac36ddd7f6
commit
2841842f0a
|
|
@ -35,7 +35,7 @@ import static org.apache.cassandra.concurrent.ExecutorFactory.Global.executorFac
|
|||
|
||||
/**
|
||||
* A thread that reclaims memory from a MemtablePool on demand. The actual reclaiming work is delegated to the
|
||||
* cleaner Runnable, e.g., FlushLargestColumnFamily
|
||||
* cleaner Runnable, e.g., MemtableCleaner {@link AbstractAllocatorMemtable#flushLargestMemtable()}.
|
||||
*/
|
||||
public class MemtableCleanerThread<P extends MemtablePool> implements Interruptible
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue