Package org.apache.lucene.store
Class FlushInfo
- java.lang.Object
-
- org.apache.lucene.store.FlushInfo
-
public class FlushInfo extends java.lang.Object
A FlushInfo provides information required for a FLUSH context. It is used as part of an
IOContext
in case of FLUSH context.
-
-
Field Summary
Fields Modifier and Type Field Description long
estimatedSegmentSize
int
numDocs
-
Constructor Summary
Constructors Constructor Description FlushInfo(int numDocs, long estimatedSegmentSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-