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.private voidFlushByRamOrCountsPolicy.flushActiveBytes(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread) private voidFlushByRamOrCountsPolicy.flushDeletes(DocumentsWriterFlushControl control) protected voidFlushByRamOrCountsPolicy.markLargestWriterPending(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread) Marks the most ram consuming activeDocumentsWriterPerThreadflush pendingvoidFlushByRamOrCountsPolicy.onChange(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread) abstract voidFlushPolicy.onChange(DocumentsWriterFlushControl control, DocumentsWriterPerThread perThread) Called for each delete, insert or update.