Uses of Record Class
org.apache.lucene.store.FlushInfo
Packages that use FlushInfo
-
Uses of FlushInfo in org.apache.lucene.store
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.