Package org.apache.sysds.runtime.io
Class FrameWriterTextCSVParallel
- java.lang.Object
- 
- org.apache.sysds.runtime.io.FrameWriter
- 
- org.apache.sysds.runtime.io.FrameWriterTextCSV
- 
- org.apache.sysds.runtime.io.FrameWriterTextCSVParallel
 
 
 
- 
 public class FrameWriterTextCSVParallel extends FrameWriterTextCSV Single-threaded frame text csv writer.
- 
- 
Field Summary- 
Fields inherited from class org.apache.sysds.runtime.io.FrameWriterTextCSVBLOCKSIZE_J
 
- 
 - 
Constructor SummaryConstructors Constructor Description FrameWriterTextCSVParallel(FileFormatPropertiesCSV props)
 - 
Method Summary- 
Methods inherited from class org.apache.sysds.runtime.io.FrameWriterTextCSVwriteFrameToHDFS
 - 
Methods inherited from class org.apache.sysds.runtime.io.FrameWritercreateFrameBlocksForReuse, getFrameBlockForReuse
 
- 
 
- 
- 
- 
Constructor Detail- 
FrameWriterTextCSVParallelpublic FrameWriterTextCSVParallel(FileFormatPropertiesCSV props) 
 
- 
 
-