Package org.apache.sysds.runtime.io
Class FrameWriterProto
- java.lang.Object
 - 
- org.apache.sysds.runtime.io.FrameWriter
 - 
- org.apache.sysds.runtime.io.FrameWriterProto
 
 
 
- 
public class FrameWriterProto extends FrameWriter
 
- 
- 
Constructor Summary
Constructors Constructor Description FrameWriterProto() 
- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
writeFrameToHDFS
public void writeFrameToHDFS(FrameBlock src, String fname, long rlen, long clen) throws IOException
- Specified by:
 writeFrameToHDFSin classFrameWriter- Throws:
 IOException
 
 - 
 
 -