Modifier and Type | Field and Description |
---|---|
long |
estimatedMergeBytes |
boolean |
isExternal |
int |
mergeMaxNumSegments |
int |
totalDocCount |
Constructor and Description |
---|
MergeInfo(int totalDocCount,
long estimatedMergeBytes,
boolean isExternal,
int mergeMaxNumSegments)
|
public final int totalDocCount
public final long estimatedMergeBytes
public final boolean isExternal
public final int mergeMaxNumSegments
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.