Package org.apache.sysds.runtime.io
Class ReaderCOGParallel.TileProcessor
- java.lang.Object
-
- org.apache.sysds.runtime.io.ReaderCOGParallel.TileProcessor
-
- All Implemented Interfaces:
Callable<MatrixBlock>
- Enclosing class:
- ReaderCOGParallel
public class ReaderCOGParallel.TileProcessor extends Object implements Callable<MatrixBlock>
-
-
Constructor Summary
Constructors Constructor Description TileProcessor(int clen, byte[] tileData, int tileRow, int tileCol, int tileWidth, int tileLength, int bands, int[] bitsPerSample, SampleFormatDataTypes[] sampleFormat, COGHeader cogHeader, MatrixBlock dest, int planarConfiguration)
TileProcessor(int clen, byte[] tileData, int tileRow, int tileCol, int tileWidth, int tileLength, int bands, int[] bitsPerSample, SampleFormatDataTypes[] sampleFormat, COGHeader cogHeader, MatrixBlock dest, int planarConfiguration, int band)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlock
call()
-
-
-
Constructor Detail
-
TileProcessor
public TileProcessor(int clen, byte[] tileData, int tileRow, int tileCol, int tileWidth, int tileLength, int bands, int[] bitsPerSample, SampleFormatDataTypes[] sampleFormat, COGHeader cogHeader, MatrixBlock dest, int planarConfiguration)
-
TileProcessor
public TileProcessor(int clen, byte[] tileData, int tileRow, int tileCol, int tileWidth, int tileLength, int bands, int[] bitsPerSample, SampleFormatDataTypes[] sampleFormat, COGHeader cogHeader, MatrixBlock dest, int planarConfiguration, int band)
-
-
Method Detail
-
call
public MatrixBlock call() throws Exception
- Specified by:
call
in interfaceCallable<MatrixBlock>
- Throws:
Exception
-
-