Interface IChunkLoader
-
- All Known Implementing Classes:
CachedChunkLoaderImpl
public interface IChunkLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()close the file reader.IChunkReadergetChunkReader(IChunkMetadata chunkMetaData, Filter timeFilter)ChunkloadChunk(ChunkMetadata chunkMetaData)read all content of any chunk.
-
-
-
Method Detail
-
loadChunk
Chunk loadChunk(ChunkMetadata chunkMetaData) throws IOException
read all content of any chunk.- Throws:
IOException
-
close
void close() throws IOExceptionclose the file reader.- Throws:
IOException
-
getChunkReader
IChunkReader getChunkReader(IChunkMetadata chunkMetaData, Filter timeFilter) throws IOException
- Throws:
IOException
-
-