Packages

package sorter

Type Members

  1. abstract class ExternalSorter extends Sorter

    Does an external sort of the provided values.

  2. class PatchedBufferedExternalSorter 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()
  3. class SorterSysProps extends AnyRef

Ungrouped