| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid |
| Modifier and Type | Class and Description |
|---|---|
class |
HsSubpartitionFileReaderImpl
Default implementation of
HsSubpartitionFileReader. |
| Modifier and Type | Method and Description |
|---|---|
HsSubpartitionFileReader |
HsSubpartitionFileReader.Factory.createFileReader(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
HsSubpartitionFileReader |
HsSubpartitionFileReaderImpl.Factory.createFileReader(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
HsSubpartitionFileReaderImpl.compareTo(HsSubpartitionFileReader that)
Provides priority calculation logic for io scheduler.
|
void |
HsFileDataManager.releaseSubpartitionReader(HsSubpartitionFileReader subpartitionFileReader)
Release specific
HsSubpartitionFileReader from HsFileDataManager. |
| Modifier and Type | Method and Description |
|---|---|
HsSubpartitionFileReader |
HsSubpartitionFileReader.Factory.createFileReader(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
HsSubpartitionFileReader |
HsSubpartitionFileReaderImpl.Factory.createFileReader(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
| Constructor and Description |
|---|
HsSubpartitionFileReaderImpl(int subpartitionId,
HsConsumerId consumerId,
FileChannel dataFileChannel,
HsSubpartitionConsumerInternalOperations operations,
HsFileDataIndex dataIndex,
int maxBufferReadAhead,
Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuf) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.