Package org.apache.sysds.runtime.io
Class FrameWriterBinaryBlock
- java.lang.Object
- 
- org.apache.sysds.runtime.io.FrameWriter
- 
- org.apache.sysds.runtime.io.FrameWriterBinaryBlock
 
 
- 
- Direct Known Subclasses:
- FrameWriterBinaryBlockParallel
 
 public class FrameWriterBinaryBlock extends FrameWriter Single-threaded frame binary block writer.
- 
- 
Constructor SummaryConstructors Constructor Description FrameWriterBinaryBlock()
 - 
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
 
- 
 
- 
- 
- 
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
 
 
- 
 
-