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