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 FrozenBufferedUpdates
DocumentsWriterFlushQueue.FlushTicket.frozenUpdates
(package private) final FrozenBufferedUpdates
DocumentsWriterPerThread.FlushedSegment.segmentUpdates
Fields in org.apache.lucene.index with type parameters of type FrozenBufferedUpdatesModifier and TypeFieldDescriptionprivate final Set<FrozenBufferedUpdates>
BufferedUpdatesStream.updates
Methods in org.apache.lucene.index that return FrozenBufferedUpdatesModifier and TypeMethodDescription(package private) FrozenBufferedUpdates
DocumentsWriterDeleteQueue.freezeGlobalBuffer
(DocumentsWriterDeleteQueue.DeleteSlice callerSlice) private FrozenBufferedUpdates
DocumentsWriterDeleteQueue.freezeGlobalBufferInternal
(DocumentsWriterDeleteQueue.Node<?> currentTail) (package private) FrozenBufferedUpdates
DocumentsWriterFlushQueue.FlushTicket.getFrozenUpdates()
Returns a frozen global deletes package.(package private) FrozenBufferedUpdates
DocumentsWriterDeleteQueue.maybeFreezeGlobalBuffer()
This may freeze the global buffer unless the delete queue has already been closed.(package private) FrozenBufferedUpdates
DocumentsWriterPerThread.prepareFlush()
Prepares this DWPT for flushing.Methods in org.apache.lucene.index with parameters of type FrozenBufferedUpdatesModifier and TypeMethodDescription(package private) void
BufferedUpdatesStream.finished
(FrozenBufferedUpdates packet) Called by indexing threads once they are fully done resolving all deletes for the provided delGen.(package private) final void
IndexWriter.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 theSegmentCommitInfo
that this packet is supposed to apply its deletes to, or null if the private segment was already merged away.private void
IndexWriter.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 long
IndexWriter.publishFrozenUpdates
(FrozenBufferedUpdates packet) (package private) long
BufferedUpdatesStream.push
(FrozenBufferedUpdates packet) (package private) final boolean
IndexWriter.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 void
BufferedUpdatesStream.waitApply
(Set<FrozenBufferedUpdates> waitFor, IndexWriter writer) Constructors in org.apache.lucene.index with parameters of type FrozenBufferedUpdatesModifierConstructorDescription(package private)
FlushTicket
(FrozenBufferedUpdates frozenUpdates, boolean hasSegment)