Class ReaderTextCellParallel.ReadTask

java.lang.Object
org.apache.sysds.runtime.io.ReaderTextCellParallel.ReadTask
All Implemented Interfaces:
Callable<Long>
Enclosing class:
ReaderTextCellParallel

public static class ReaderTextCellParallel.ReadTask extends Object implements Callable<Long>
  • 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