| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid | |
| org.apache.flink.runtime.io.network.partition.hybrid.index |
| Modifier and Type | Class and Description |
|---|---|
static class |
HsFileDataIndexImpl.HsFileDataIndexRegionHelper
The implementation of
FileDataIndexRegionHelper to writing a region to the file or
reading a region from the file. |
| Constructor and Description |
|---|
Factory(int regionGroupSizeInBytes,
long maxCacheCapacity,
int regionHeaderSize,
FileDataIndexRegionHelper<T> fileDataIndexRegionHelper) |
FileDataIndexSpilledRegionManagerImpl(int numSubpartitions,
Path indexFilePath,
int regionGroupSizeInBytes,
long maxCacheCapacity,
int regionHeaderSize,
java.util.function.BiConsumer<Integer,T> cacheRegionConsumer,
FileDataIndexRegionHelper<T> fileDataIndexRegionHelper) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.