| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators.sort |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
InMemorySorter<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FixedLengthRecordSorter<T> |
class |
NormalizedKeySorter<T> |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
QuickSort.sort(IndexedSortable s) |
void |
IndexedSorter.sort(IndexedSortable s) |
void |
HeapSort.sort(IndexedSortable s) |
void |
QuickSort.sort(IndexedSortable s,
int p,
int r)
Sort the given range of items using quick sort.
|
void |
IndexedSorter.sort(IndexedSortable s,
int l,
int r)
Sort the items accessed through the given IndexedSortable over the given range of logical
indices.
|
void |
HeapSort.sort(IndexedSortable s,
int p,
int r) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.