Package org.apache.sysds.runtime.io
Class FrameWriterTextCSV
- java.lang.Object
- 
- org.apache.sysds.runtime.io.FrameWriter
- 
- org.apache.sysds.runtime.io.FrameWriterTextCSV
 
 
- 
- Direct Known Subclasses:
- FrameWriterTextCSVParallel
 
 public class FrameWriterTextCSV extends FrameWriter Single-threaded frame text csv writer.
- 
- 
Field SummaryFields Modifier and Type Field Description static intBLOCKSIZE_J
 - 
Constructor SummaryConstructors Constructor Description FrameWriterTextCSV(FileFormatPropertiesCSV props)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteFrameToHDFS(FrameBlock src, String fname, long rlen, long clen)- 
Methods inherited from class org.apache.sysds.runtime.io.FrameWritercreateFrameBlocksForReuse, getFrameBlockForReuse
 
- 
 
- 
- 
- 
Field Detail- 
BLOCKSIZE_Jpublic static final int BLOCKSIZE_J - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
FrameWriterTextCSVpublic FrameWriterTextCSV(FileFormatPropertiesCSV props) 
 
- 
 - 
Method Detail- 
writeFrameToHDFSpublic final void writeFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) throws IOException, DMLRuntimeException - Specified by:
- writeFrameToHDFSin class- FrameWriter
- Throws:
- IOException
- DMLRuntimeException
 
 
- 
 
-