Package org.apache.sysds.runtime.io
Class ReaderTextCellParallel.ReadTask
java.lang.Object
org.apache.sysds.runtime.io.ReaderTextCellParallel.ReadTask
- Enclosing class:
- ReaderTextCellParallel
-
Constructor Summary
ConstructorsConstructorDescriptionReadTask(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.TextInputFormat informat, org.apache.hadoop.mapred.JobConf job, MatrixBlock dest, long rlen, long clen, boolean mm, FileFormatPropertiesMM mmProps) -
Method Summary
-
Constructor Details
-
ReadTask
public ReadTask(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.TextInputFormat informat, org.apache.hadoop.mapred.JobConf job, MatrixBlock dest, long rlen, long clen, boolean mm, FileFormatPropertiesMM mmProps)
-
-
Method Details