| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition | |
| org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
HashBasedDataBuffer
* A
DataBuffer implementation which sorts all appended records only by subpartition
index. |
class |
SortBasedDataBuffer
When getting buffers, The
SortBasedDataBuffer should recycle the read target buffer with
the given BufferRecycler. |
class |
SortBuffer
A
DataBuffer implementation which sorts all appended records only by subpartition index. |
| Modifier and Type | Class and Description |
|---|---|
class |
TieredStorageSortBuffer
When getting buffers, The
SortBasedDataBuffer need not recycle the read target buffer.. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.