public interface IChunkLoader
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close the file reader.
|
IChunkReader |
getChunkReader(IChunkMetadata chunkMetaData,
Filter timeFilter) |
Chunk |
loadChunk(ChunkMetadata chunkMetaData)
read all content of any chunk.
|
Chunk loadChunk(ChunkMetadata chunkMetaData) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionIChunkReader getChunkReader(IChunkMetadata chunkMetaData, Filter timeFilter) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.