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)
constructor(dir: Directory, tempFileNamePrefix: String)
constructor(dir: Directory, tempFileNamePrefix: String, comparator: Comparator<BytesRef>)

Types

Link copied to clipboard

A bit more descriptive unit for constructors.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
inner class SortInfo

Sort info (debugging mostly).

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun sort(inputFileName: String): String