Package org.apache.sysds.runtime.io
Class WriterTextCSVParallel
- java.lang.Object
- 
- org.apache.sysds.runtime.io.MatrixWriter
- 
- org.apache.sysds.runtime.io.WriterTextCSV
- 
- org.apache.sysds.runtime.io.WriterTextCSVParallel
 
 
 
- 
 public class WriterTextCSVParallel extends WriterTextCSV 
- 
- 
Field Summary- 
Fields inherited from class org.apache.sysds.runtime.io.WriterTextCSVBLOCKSIZE_J
 
- 
 - 
Constructor SummaryConstructors Constructor Description WriterTextCSVParallel(FileFormatPropertiesCSV props)
 - 
Method Summary- 
Methods inherited from class org.apache.sysds.runtime.io.WriterTextCSVaddHeaderToCSV, writeEmptyMatrixToHDFS, writeMatrixToHDFS
 - 
Methods inherited from class org.apache.sysds.runtime.io.MatrixWritercreateMatrixBlocksForReuse, getMatrixBlockForReuse, writeMatrixToHDFS
 
- 
 
- 
- 
- 
Constructor Detail- 
WriterTextCSVParallelpublic WriterTextCSVParallel(FileFormatPropertiesCSV props) 
 
- 
 
-