| Package | Description |
|---|---|
| org.apache.flink.runtime.operators | |
| org.apache.flink.runtime.operators.sort | |
| org.apache.flink.runtime.operators.util |
| Modifier and Type | Class and Description |
|---|---|
class |
TempBarrier<T>
This class facilitates JVM-local exchange between stages of a batch job.
|
| Modifier and Type | Field and Description |
|---|---|
protected CloseableInputProvider<?>[] |
BatchTask.localStrategies
The local strategies that are applied on the inputs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PushSorter<E>
A push-based
Sorter. |
interface |
Sorter<E>
The SortMerger interface representing the public interface to all specific Sort-Merge
implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalSorter<E>
The
ExternalSorter is a full fledged sorter. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCloseableInputProvider<E>
A simple iterator provider that returns a supplied iterator and does nothing when closed.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.