mirror of https://github.com/apache/lucene.git
LUCENE-8471: Javadocs
This commit is contained in:
parent
e170dc3568
commit
0fbb2d19d6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue