Class FrameReaderTextCellParallel.ReadTask

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

public class FrameReaderTextCellParallel.ReadTask extends Object implements Callable<Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReadTask(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.TextInputFormat informat, org.apache.hadoop.mapred.JobConf job, FrameBlock dest)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReadTask

      public ReadTask(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.TextInputFormat informat, org.apache.hadoop.mapred.JobConf job, FrameBlock dest)
  • Method Details