public class ChunkSplitter
extends java.lang.Object
Constructor and Description |
---|
ChunkSplitter() |
Modifier and Type | Method and Description |
---|---|
static void |
extractChunkPart(Chunk ic,
Chunk oc,
int startRow,
int nrows,
Futures fs)
Extract portion of given chunk into given output chunk.
|