| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators.sort |
| 类和说明 |
|---|
| AbstractMergeInnerJoinIterator
An implementation of the
JoinTaskIterator that
realizes the joining through a sort-merge join strategy. |
| AbstractMergeIterator |
| AbstractMergeOuterJoinIterator
An implementation of the
JoinTaskIterator that
realizes the outer join through a sort-merge join strategy. |
| ExternalSorter
The
ExternalSorter is a full fledged sorter. |
| ExternalSorterBuilder
A builder for an
ExternalSorter. |
| IndexedSortable |
| IndexedSorter |
| InMemorySorter |
| InMemorySorterFactory
Factory for
InMemorySorter. |
| LargeRecordHandler |
| PushSorter
A push-based
Sorter. |
| Sorter
The SortMerger interface representing the public interface to all specific Sort-Merge
implementations.
|
| StageRunner.SortStage
A marker interface for sending messages to different stages.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.