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) DocumentsWriterFlushControlDocumentsWriter. flushControlMethods in org.apache.lucene.index with parameters of type DocumentsWriterFlushControl Modifier and Type Method Description protected DocumentsWriterPerThreadFlushPolicy. findLargestNonPendingWriter(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)Returns the current most RAM consuming non-pendingDocumentsWriterPerThreadwith at least one indexed document.protected voidFlushByRamOrCountsPolicy. markLargestWriterPending(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)Marks the most ram consuming activeDocumentsWriterPerThreadflush pendingvoidFlushByRamOrCountsPolicy. onDelete(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)abstract voidFlushPolicy. onDelete(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)Called for each delete term.voidFlushByRamOrCountsPolicy. onInsert(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)abstract voidFlushPolicy. onInsert(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)Called for each document addition on the givenDocumentsWriterPerThreadsDocumentsWriterPerThread.voidFlushPolicy. onUpdate(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread)Called for each document update on the givenDocumentsWriterPerThread'sDocumentsWriterPerThread.
-