| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.sort |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousPartialSorter<E>
The
AsynchronousPartialSorter is a simple sort implementation that sorts
bulks inside its buffers, and returns them directly, without merging them. |
class |
AsynchronousPartialSorterCollector<E>
The
AsynchronousPartialSorterCollector is a simple sort implementation that sorts
bulks inside its buffers, and returns them directly, without merging them. |
class |
CombiningUnilateralSortMerger<E>
The CombiningUnilateralSortMerger is part of a merge-sort implementation.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.