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 FrozenBufferedUpdates
DocumentsWriterFlushQueue.FlushTicket. frozenUpdates
(package private) FrozenBufferedUpdates
DocumentsWriterPerThread.FlushedSegment. segmentUpdates
Fields in org.apache.lucene.index with type parameters of type FrozenBufferedUpdates Modifier and Type Field Description private java.util.Set<FrozenBufferedUpdates>
BufferedUpdatesStream. updates
Methods in org.apache.lucene.index that return FrozenBufferedUpdates Modifier and Type Method Description (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 FrozenBufferedUpdates Modifier and Type Method Description (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) void
IndexWriter. finished(FrozenBufferedUpdates packet)
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.(package private) long
IndexWriter. publishFrozenUpdates(FrozenBufferedUpdates packet)
(package private) long
BufferedUpdatesStream. push(FrozenBufferedUpdates packet)
Method parameters in org.apache.lucene.index with type arguments of type FrozenBufferedUpdates Modifier and Type Method Description private void
BufferedUpdatesStream. 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)
-