Companion
object Companion
Functions
Link copied to clipboard
fun getInstance(metaOut: IndexOutput, dataOut: IndexOutput, numValues: Long, blockShift: Int): DirectMonotonicWriter
Returns an instance suitable for encoding numValues into monotonic blocks of 2blockShift values. Metadata will be written to metaOut and actual data to dataOut.