public interface ChunkConsumer
ChunkConsumer
interface is implemented by all classes that
consume data chunks.Modifier and Type | Method and Description |
---|---|
void |
putChunk(ChunkPosition pos,
DataChunk chunk)
Consumes a data chunk.
|
void putChunk(ChunkPosition pos, DataChunk chunk)
pos
- the position of the data chunk to consume.chunk
- the data chunk to consume.