Packages

package sorter

Type Members

  1. class BufferedExternalSorter extends Sorter

    Sorter that will use in memory sorting until the values can't fit into memory and will then fall back to external sorting.

    Sorter that will use in memory sorting until the values can't fit into memory and will then fall back to external sorting.

    Annotations
    @PatchedFromBeam()
  2. abstract class ExternalSorter extends Sorter

    Does an external sort of the provided values.

  3. class SorterSysProps extends AnyRef

Ungrouped