Ling Mao created CASSANDRA-18801:
------------------------------------
Summary: rename the java doc about FlushLargestColumnFamily to
flushLargestMemtable
Key: CASSANDRA-18801
URL: https://issues.apache.org/jira/browse/CASSANDRA-18801
Project: Cassandra
Issue Type: Improvement
Components: Documentation/Javadoc
Reporter: Ling Mao
_*FlushLargestColumnFamily*_ did not exist anymore. The java doc should be
improved like this:
{code:java}
/**
* A thread that reclaims memory from a MemtablePool on demand. The actual
reclaiming work is delegated to the
* cleaner Runnable, e.g., MemtableCleaner {@link
AbstractAllocatorMemtable#flushLargestMemtable()}.
*/
public class MemtableCleanerThread<P extends MemtablePool> implements
Interruptible
{ {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]