Package org.apache.sysds.runtime.io
Class WriterBinaryBlockParallel
- java.lang.Object
 - 
- org.apache.sysds.runtime.io.MatrixWriter
 - 
- org.apache.sysds.runtime.io.WriterBinaryBlock
 - 
- org.apache.sysds.runtime.io.WriterBinaryBlockParallel
 
 
 
 
- 
public class WriterBinaryBlockParallel extends WriterBinaryBlock
 
- 
- 
Constructor Summary
Constructors Constructor Description WriterBinaryBlockParallel(int replication) 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intnumPartsFiles(org.apache.hadoop.fs.FileSystem fs, long rlen, long clen, long blen, long nZeros)- 
Methods inherited from class org.apache.sysds.runtime.io.WriterBinaryBlock
writeEmptyMatrixToHDFS, writeMatrixToHDFS 
- 
Methods inherited from class org.apache.sysds.runtime.io.MatrixWriter
createMatrixBlocksForReuse, getMatrixBlockForReuse, setForcedParallel, writeMatrixToHDFS 
 - 
 
 -