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.
Modifier and Type | Field and Description |
---|---|
long |
estimatedMergeBytes |
boolean |
isExternal |
int |
mergeMaxNumSegments |
int |
totalMaxDoc |
Constructor and Description |
---|
MergeInfo(int totalMaxDoc,
long estimatedMergeBytes,
boolean isExternal,
int mergeMaxNumSegments)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final int totalMaxDoc
public final long estimatedMergeBytes
public final boolean isExternal
public final int mergeMaxNumSegments