LUCENE-8471: Javadocs

This commit is contained in:
Alan Woodward 2018-08-30 10:30:11 +01:00
parent e170dc3568
commit 0fbb2d19d6
1 changed files with 2 additions and 0 deletions

View File

@ -765,6 +765,8 @@ final class DocumentsWriter implements Closeable, Accountable {
/**
* Returns the number of bytes currently being flushed
*
* This is a subset of the value returned by {@link #ramBytesUsed()}
*/
public long getFlushingBytes() {
return flushControl.getFlushingBytes();