Package org.apache.lucene.store
Class FlushInfo
- java.lang.Object
-
- org.apache.lucene.store.FlushInfo
-
public class FlushInfo extends java.lang.ObjectA FlushInfo provides information required for a FLUSH context. It is used as part of an
IOContextin case of FLUSH context.
-
-
Field Summary
Fields Modifier and Type Field Description longestimatedSegmentSizeintnumDocs
-
Constructor Summary
Constructors Constructor Description FlushInfo(int numDocs, long estimatedSegmentSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-