OfflineSorter
open class OfflineSorter(dir: Directory, tempFileNamePrefix: String, comparator: Comparator<BytesRef>, ramBufferSize: OfflineSorter.BufferSize, maxTempFiles: Int, valueLength: Int, exec: ExecutorService?, maxPartitionsInRAM: Int)
On-disk sorting of byte arrays.
Constructors
Link copied to clipboard
constructor(dir: Directory, tempFileNamePrefix: String, comparator: Comparator<BytesRef>, ramBufferSize: OfflineSorter.BufferSize, maxTempFiles: Int, valueLength: Int, exec: ExecutorService?, maxPartitionsInRAM: Int)
Types
Link copied to clipboard
class BufferSize
A bit more descriptive unit for constructors.
Link copied to clipboard
open class ByteSequencesReader(val in: ChecksumIndexInput, val name: String) : BytesRefIterator, AutoCloseable
Link copied to clipboard