FlushInfo

data class FlushInfo(val numDocs: Int, val estimatedSegmentSize: Long)

A FlushInfo provides information required for a FLUSH context. It is used as part of an [ ] in case of FLUSH context.

These values are only estimates and are not the actual values.

Constructors

Link copied to clipboard
constructor(numDocs: Int, estimatedSegmentSize: Long)

Properties

Link copied to clipboard
Link copied to clipboard