Uses of Class
org.apache.lucene.index.DocumentsWriterFlushControl
Packages that use DocumentsWriterFlushControl
-
Uses of DocumentsWriterFlushControl in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriterFlushControlModifier and TypeFieldDescription(package private) final DocumentsWriterFlushControlDocumentsWriter.flushControlMethods in org.apache.lucene.index with parameters of type DocumentsWriterFlushControlModifier and TypeMethodDescriptionprotected 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.