Package org.apache.sysds.runtime.io
Class FrameWriterTextCell
java.lang.Object
org.apache.sysds.runtime.io.FrameWriter
org.apache.sysds.runtime.io.FrameWriterTextCell
- Direct Known Subclasses:
FrameWriterTextCellParallel
Single-threaded frame text cell writer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidwriteFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) Methods inherited from class org.apache.sysds.runtime.io.FrameWriter
setForcedParallel
-
Constructor Details
-
FrameWriterTextCell
public FrameWriterTextCell()
-
-
Method Details
-
writeFrameToHDFS
public final void writeFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) throws IOException, DMLRuntimeException - Specified by:
writeFrameToHDFSin classFrameWriter- Throws:
IOExceptionDMLRuntimeException
-