Package org.apache.lucene.store
Class MergeInfo
- java.lang.Object
-
- org.apache.lucene.store.MergeInfo
-
public class MergeInfo extends java.lang.Object
A MergeInfo provides information required for a MERGE context. It is used as part of an
IOContext
in case of MERGE context.
-
-
Field Summary
Fields Modifier and Type Field Description long
estimatedMergeBytes
boolean
isExternal
int
mergeMaxNumSegments
int
totalDocCount
-
Constructor Summary
Constructors Constructor Description MergeInfo(int totalDocCount, long estimatedMergeBytes, boolean isExternal, int mergeMaxNumSegments)
-
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()
-