protected DocumentsWriterPerThreadPool.ThreadState |
FlushPolicy.findLargestNonPendingWriter(DocumentsWriterFlushControl control,
DocumentsWriterPerThreadPool.ThreadState perThreadState)
|
protected void |
FlushByRamOrCountsPolicy.markLargestWriterPending(DocumentsWriterFlushControl control,
DocumentsWriterPerThreadPool.ThreadState perThreadState,
long currentBytesPerThread)
|
abstract void |
FlushPolicy.onDelete(DocumentsWriterFlushControl control,
DocumentsWriterPerThreadPool.ThreadState state)
Called for each delete term.
|
void |
FlushByRamOrCountsPolicy.onDelete(DocumentsWriterFlushControl control,
DocumentsWriterPerThreadPool.ThreadState state) |
abstract void |
FlushPolicy.onInsert(DocumentsWriterFlushControl control,
DocumentsWriterPerThreadPool.ThreadState state)
|
void |
FlushByRamOrCountsPolicy.onInsert(DocumentsWriterFlushControl control,
DocumentsWriterPerThreadPool.ThreadState state) |
void |
FlushPolicy.onUpdate(DocumentsWriterFlushControl control,
DocumentsWriterPerThreadPool.ThreadState state)
|