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.
Modifier and Type | Field and Description |
---|---|
long |
estimatedSegmentSize |
int |
numDocs |
Constructor and Description |
---|
FlushInfo(int numDocs,
long estimatedSegmentSize)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.