Uses of Class
org.apache.lucene.index.FrozenBufferedUpdates
Packages that use FrozenBufferedUpdates
-
Uses of FrozenBufferedUpdates in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FrozenBufferedUpdatesModifier and TypeFieldDescriptionprivate final FrozenBufferedUpdatesDocumentsWriterFlushQueue.FlushTicket.frozenUpdates(package private) final FrozenBufferedUpdatesDocumentsWriterPerThread.FlushedSegment.segmentUpdatesFields in org.apache.lucene.index with type parameters of type FrozenBufferedUpdatesModifier and TypeFieldDescriptionprivate final Set<FrozenBufferedUpdates> BufferedUpdatesStream.updatesMethods in org.apache.lucene.index that return FrozenBufferedUpdatesModifier and TypeMethodDescription(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 FrozenBufferedUpdatesModifier and TypeMethodDescription(package private) voidBufferedUpdatesStream.finished(FrozenBufferedUpdates packet) Called by indexing threads once they are fully done resolving all deletes for the provided delGen.(package private) final 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 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) final 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 FrozenBufferedUpdatesModifier and TypeMethodDescriptionprivate voidBufferedUpdatesStream.waitApply(Set<FrozenBufferedUpdates> waitFor, IndexWriter writer) Constructors in org.apache.lucene.index with parameters of type FrozenBufferedUpdatesModifierConstructorDescription(package private)FlushTicket(FrozenBufferedUpdates frozenUpdates, boolean hasSegment)