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 Summary
Fields Modifier and Type Field Description static intBLOCKSIZE_J 
- 
Constructor Summary
Constructors Constructor Description FrameWriterTextCSV(FileFormatPropertiesCSV props) 
- 
Method Summary
All 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.FrameWriter
setForcedParallel 
 - 
 
 - 
 
- 
- 
Field Detail
- 
BLOCKSIZE_J
public static final int BLOCKSIZE_J
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
FrameWriterTextCSV
public FrameWriterTextCSV(FileFormatPropertiesCSV props)
 
 - 
 
- 
Method Detail
- 
writeFrameToHDFS
public final void writeFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) throws IOException, DMLRuntimeException
- Specified by:
 writeFrameToHDFSin classFrameWriter- Throws:
 IOExceptionDMLRuntimeException
 
 - 
 
 -