Uses of Class
org.apache.lucene.index.FrozenBufferedUpdates
-
Packages that use FrozenBufferedUpdates Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FrozenBufferedUpdates in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FrozenBufferedUpdates Modifier and Type Field Description private FrozenBufferedUpdatesDocumentsWriterFlushQueue.FlushTicket. frozenUpdates(package private) FrozenBufferedUpdatesDocumentsWriterPerThread.FlushedSegment. segmentUpdatesFields in org.apache.lucene.index with type parameters of type FrozenBufferedUpdates Modifier and Type Field Description private java.util.Set<FrozenBufferedUpdates>BufferedUpdatesStream. updatesMethods in org.apache.lucene.index that return FrozenBufferedUpdates Modifier and Type Method Description (package private) FrozenBufferedUpdatesDocumentsWriterDeleteQueue. freezeGlobalBuffer(DocumentsWriterDeleteQueue.DeleteSlice callerSlice)private FrozenBufferedUpdatesDocumentsWriterDeleteQueue. freezeGlobalBufferInternal(DocumentsWriterDeleteQueue.Node<?> currentTail)(package private) FrozenBufferedUpdatesDocumentsWriterFlushQueue.FlushTicket. getFrozenUpdates()Returns a frozen global deletes package.(package private) FrozenBufferedUpdatesDocumentsWriterDeleteQueue. maybeFreezeGlobalBuffer()This may freeze the global buffer unless the delete queue has already been closed.(package private) FrozenBufferedUpdatesDocumentsWriterPerThread. prepareFlush()Prepares this DWPT for flushing.Methods in org.apache.lucene.index with parameters of type FrozenBufferedUpdates Modifier and Type Method Description (package private) voidBufferedUpdatesStream. finished(FrozenBufferedUpdates packet)Called by indexing threads once they are fully done resolving all deletes for the provided delGen.(package private) voidIndexWriter. forceApply(FrozenBufferedUpdates updates)Translates a frozen packet of delete term/query, or doc values updates, into their actual docIDs in the index, and applies the change.private java.util.List<SegmentCommitInfo>IndexWriter. getInfosToApply(FrozenBufferedUpdates updates)Returns theSegmentCommitInfothat this packet is supposed to apply its deletes to, or null if the private segment was already merged away.private voidIndexWriter. publishFlushedSegment(SegmentCommitInfo newSegment, FieldInfos fieldInfos, FrozenBufferedUpdates packet, FrozenBufferedUpdates globalPacket, Sorter.DocMap sortMap)Atomically adds the segment private delete packet and publishes the flushed segments SegmentInfo to the index writer.private longIndexWriter. publishFrozenUpdates(FrozenBufferedUpdates packet)(package private) longBufferedUpdatesStream. push(FrozenBufferedUpdates packet)(package private) booleanIndexWriter. tryApply(FrozenBufferedUpdates updates)Translates a frozen packet of delete term/query, or doc values updates, into their actual docIDs in the index, and applies the change.Method parameters in org.apache.lucene.index with type arguments of type FrozenBufferedUpdates Modifier and Type Method Description private voidBufferedUpdatesStream. waitApply(java.util.Set<FrozenBufferedUpdates> waitFor, IndexWriter writer)Constructors in org.apache.lucene.index with parameters of type FrozenBufferedUpdates Constructor Description FlushTicket(FrozenBufferedUpdates frozenUpdates, boolean hasSegment)
-