public interface ChunkProducer
ChunkProducer
interface is implemented by all classes that
produce a data chunk on demand.Modifier and Type | Method and Description |
---|---|
DataChunk |
getChunk(ChunkPosition pos)
Produces a data chunk.
|
DataChunk.DataType |
getExternalType()
Gets the external type of chunks produced by this producer.
|
DataChunk.DataType getExternalType()
DataChunk.getExternalType()
DataChunk getChunk(ChunkPosition pos)
pos
- the position of the data chunk to produce.