| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HsSubpartitionFileReaderImpl
Default implementation of
HsSubpartitionFileReader. |
| 限定符和类型 | 方法和说明 |
|---|---|
HsSubpartitionFileReader |
HsSubpartitionFileReader.Factory.createFileReader(int subpartitionId,
FileChannel dataFileChannel,
HsSubpartitionViewInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
HsSubpartitionFileReader |
HsSubpartitionFileReaderImpl.Factory.createFileReader(int subpartitionId,
FileChannel dataFileChannel,
HsSubpartitionViewInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
HsSubpartitionFileReaderImpl.compareTo(HsSubpartitionFileReader that)
Provides priority calculation logic for io scheduler.
|
void |
HsFileDataManager.releaseSubpartitionReader(HsSubpartitionFileReader subpartitionFileReader)
Release specific
HsSubpartitionFileReader from HsFileDataManager. |
| 限定符和类型 | 方法和说明 |
|---|---|
HsSubpartitionFileReader |
HsSubpartitionFileReader.Factory.createFileReader(int subpartitionId,
FileChannel dataFileChannel,
HsSubpartitionViewInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
HsSubpartitionFileReader |
HsSubpartitionFileReaderImpl.Factory.createFileReader(int subpartitionId,
FileChannel dataFileChannel,
HsSubpartitionViewInternalOperations operation,
HsFileDataIndex dataIndex,
int maxBuffersReadAhead,
java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuffer) |
| 构造器和说明 |
|---|
HsSubpartitionFileReaderImpl(int subpartitionId,
FileChannel dataFileChannel,
HsSubpartitionViewInternalOperations operations,
HsFileDataIndex dataIndex,
int maxBufferReadAhead,
java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser,
ByteBuffer headerBuf) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.