Uses of Record Class
org.apache.lucene.store.FlushInfo
Packages that use FlushInfo
-
Uses of FlushInfo in org.apache.lucene.store
Fields in org.apache.lucene.store declared as FlushInfoModifier and TypeFieldDescriptionprivate final FlushInfo
IOContext.flushInfo
The field for theflushInfo
record component.Methods in org.apache.lucene.store that return FlushInfoModifier and TypeMethodDescriptionIOContext.flushInfo()
Returns the value of theflushInfo
record component.Constructors in org.apache.lucene.store with parameters of type FlushInfoModifierConstructorDescriptionCreates anIOContext
for flushing.IOContext
(IOContext.Context context, MergeInfo mergeInfo, FlushInfo flushInfo, ReadAdvice readAdvice) Creates an instance of aIOContext
record class.