Package org.apache.sysds.runtime.io
Class WriterHDF5Parallel
- java.lang.Object
- 
- org.apache.sysds.runtime.io.MatrixWriter
- 
- org.apache.sysds.runtime.io.WriterHDF5
- 
- org.apache.sysds.runtime.io.WriterHDF5Parallel
 
 
 
- 
 public class WriterHDF5Parallel extends WriterHDF5 
- 
- 
Constructor SummaryConstructors Constructor Description WriterHDF5Parallel(FileFormatPropertiesHDF5 _props)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteHDF5MatrixToHDFS(org.apache.hadoop.fs.Path path, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.fs.FileSystem fs, MatrixBlock src)- 
Methods inherited from class org.apache.sysds.runtime.io.WriterHDF5writeEmptyMatrixToHDFS, writeMatrixToHDFS
 - 
Methods inherited from class org.apache.sysds.runtime.io.MatrixWritercreateMatrixBlocksForReuse, getMatrixBlockForReuse, writeMatrixToHDFS
 
- 
 
- 
- 
- 
Constructor Detail- 
WriterHDF5Parallelpublic WriterHDF5Parallel(FileFormatPropertiesHDF5 _props) 
 
- 
 - 
Method Detail- 
writeHDF5MatrixToHDFSpublic void writeHDF5MatrixToHDFS(org.apache.hadoop.fs.Path path, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.fs.FileSystem fs, MatrixBlock src) throws IOException, DMLRuntimeException- Throws:
- IOException
- DMLRuntimeException
 
 
- 
 
-