public interface MemtableCleaner
MemtableCleanerThread
in order to reclaim space from memtables, normally
by flushing the largest memtable.Modifier and Type | Method and Description |
---|---|
Future<java.lang.Boolean> |
clean()
This is a function that schedules a cleaning task, normally flushing of the largest sstable.
|
Future<java.lang.Boolean> clean()
Copyright © 2009-2022 The Apache Software Foundation