Uses of Class
org.apache.lucene.index.DocumentsWriterDeleteQueue
-
Packages that use DocumentsWriterDeleteQueue Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocumentsWriterDeleteQueue in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriterDeleteQueue Modifier and Type Field Description private DocumentsWriterDeleteQueue
DocumentsWriter. currentFullFlushDelQueue
(package private) DocumentsWriterDeleteQueue
DocumentsWriter. deleteQueue
(package private) DocumentsWriterDeleteQueue
DocumentsWriterPerThread. deleteQueue
Methods in org.apache.lucene.index that return DocumentsWriterDeleteQueue Modifier and Type Method Description (package private) DocumentsWriterDeleteQueue
DocumentsWriterDeleteQueue. advanceQueue(int maxNumPendingOps)
Advances the queue to the next queue on flush.Methods in org.apache.lucene.index with parameters of type DocumentsWriterDeleteQueue Modifier and Type Method Description private boolean
DocumentsWriterFlushControl. assertActiveDeleteQueue(DocumentsWriterDeleteQueue queue)
(package private) boolean
DocumentsWriterFlushControl. assertBlockedFlushes(DocumentsWriterDeleteQueue flushingQueue)
private boolean
DocumentsWriter. assertTicketQueueModification(DocumentsWriterDeleteQueue deleteQueue)
private DocumentsWriterFlushQueue.FlushTicket
DocumentsWriter. maybeFreezeGlobalBuffer(DocumentsWriterDeleteQueue deleteQueue)
private void
DocumentsWriterFlushControl. pruneBlockedQueue(DocumentsWriterDeleteQueue flushingQueue)
Prunes the blockedQueue by removing all DWPTs that are associated with the given flush queue.(package private) void
DocumentsWriter. resetDeleteQueue(DocumentsWriterDeleteQueue newQueue)
private boolean
DocumentsWriter. setFlushingDeleteQueue(DocumentsWriterDeleteQueue session)
Method parameters in org.apache.lucene.index with type arguments of type DocumentsWriterDeleteQueue Modifier and Type Method Description private long
DocumentsWriter. applyDeleteOrUpdate(java.util.function.ToLongFunction<DocumentsWriterDeleteQueue> function)
Constructors in org.apache.lucene.index with parameters of type DocumentsWriterDeleteQueue Constructor Description DocumentsWriterPerThread(int indexVersionCreated, java.lang.String segmentName, Directory directoryOrig, Directory directory, LiveIndexWriterConfig indexWriterConfig, DocumentsWriterDeleteQueue deleteQueue, FieldInfos.Builder fieldInfos, java.util.concurrent.atomic.AtomicLong pendingNumDocs, boolean enableTestPoints)
-