| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid | |
| org.apache.flink.runtime.io.network.partition.hybrid.index |
| Modifier and Type | Method and Description |
|---|---|
HsFileDataIndexImpl.InternalRegion |
HsFileDataIndexImpl.HsFileDataIndexRegionHelper.readRegionFromFile(FileChannel channel,
long fileOffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
HsFileDataIndexImpl.HsFileDataIndexRegionHelper.writeRegionToFile(FileChannel channel,
HsFileDataIndexImpl.InternalRegion region) |
| Modifier and Type | Method and Description |
|---|---|
static HsFileDataIndexImpl.InternalRegion |
FileRegionWriteReadUtils.readHsInternalRegionFromFile(FileChannel channel,
ByteBuffer headerBuffer,
long fileOffset)
Read
HsFileDataIndexImpl.InternalRegion from FileChannel. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FileRegionWriteReadUtils.writeHsInternalRegionToFile(FileChannel channel,
ByteBuffer headerBuffer,
HsFileDataIndexImpl.InternalRegion region)
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.