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 FlushInfoIOContext.flushInfoThe field for theflushInforecord component.Methods in org.apache.lucene.store that return FlushInfoModifier and TypeMethodDescriptionIOContext.flushInfo()Returns the value of theflushInforecord component.Constructors in org.apache.lucene.store with parameters of type FlushInfoModifierConstructorDescriptionCreates anIOContextfor flushing.IOContext(IOContext.Context context, MergeInfo mergeInfo, FlushInfo flushInfo, ReadAdvice readAdvice) Creates an instance of aIOContextrecord class.