Uses of Class
org.apache.lucene.index.DocumentsWriterFlushControl
-
Packages that use DocumentsWriterFlushControl Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocumentsWriterFlushControl in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriterFlushControl Modifier and Type Field Description (package private) DocumentsWriterFlushControl
DocumentsWriter. flushControl
Methods in org.apache.lucene.index with parameters of type DocumentsWriterFlushControl Modifier and Type Method Description protected DocumentsWriterPerThread
FlushPolicy. findLargestNonPendingWriter(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)
Returns the current most RAM consuming non-pendingDocumentsWriterPerThread
with at least one indexed document.protected void
FlushByRamOrCountsPolicy. markLargestWriterPending(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)
Marks the most ram consuming activeDocumentsWriterPerThread
flush pendingvoid
FlushByRamOrCountsPolicy. onDelete(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)
abstract void
FlushPolicy. onDelete(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)
Called for each delete term.void
FlushByRamOrCountsPolicy. onInsert(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)
abstract void
FlushPolicy. onInsert(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)
Called for each document addition on the givenDocumentsWriterPerThread
sDocumentsWriterPerThread
.void
FlushPolicy. onUpdate(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)
Called for each document update on the givenDocumentsWriterPerThread
'sDocumentsWriterPerThread
.
-