Interface HsSubpartitionFileReader.Factory
-
- All Known Implementing Classes:
HsSubpartitionFileReaderImpl.Factory
- Enclosing interface:
- HsSubpartitionFileReader
public static interface HsSubpartitionFileReader.FactoryFactory to createHsSubpartitionFileReader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HsSubpartitionFileReadercreateFileReader(int subpartitionId, HsConsumerId consumerId, FileChannel dataFileChannel, HsSubpartitionConsumerInternalOperations operation, HsFileDataIndex dataIndex, int maxBuffersReadAhead, java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser, ByteBuffer headerBuffer)
-
-
-
Method Detail
-
createFileReader
HsSubpartitionFileReader createFileReader(int subpartitionId, HsConsumerId consumerId, FileChannel dataFileChannel, HsSubpartitionConsumerInternalOperations operation, HsFileDataIndex dataIndex, int maxBuffersReadAhead, java.util.function.Consumer<HsSubpartitionFileReader> fileReaderReleaser, ByteBuffer headerBuffer)
-
-