Package org.apache.sysds.runtime.io
Class ReaderHDF5
- java.lang.Object
 - 
- org.apache.sysds.runtime.io.MatrixReader
 - 
- org.apache.sysds.runtime.io.ReaderHDF5
 
 
 
- 
- Direct Known Subclasses:
 ReaderHDF5Parallel
public class ReaderHDF5 extends MatrixReader
 
- 
- 
Constructor Summary
Constructors Constructor Description ReaderHDF5(FileFormatPropertiesHDF5 props) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatrixBlockcomputeHDF5Size(List<org.apache.hadoop.fs.Path> files, org.apache.hadoop.fs.FileSystem fs, String datasetName, long estnnz)static longreadMatrixFromHDF5(BufferedInputStream bis, String datasetName, MatrixBlock dest, int rl, long ru, long clen, int blen)MatrixBlockreadMatrixFromHDFS(String fname, long rlen, long clen, int blen, long estnnz)MatrixBlockreadMatrixFromInputStream(InputStream is, long rlen, long clen, int blen, long estnnz) 
 - 
 
- 
- 
Constructor Detail
- 
ReaderHDF5
public ReaderHDF5(FileFormatPropertiesHDF5 props)
 
 - 
 
- 
Method Detail
- 
readMatrixFromHDFS
public MatrixBlock readMatrixFromHDFS(String fname, long rlen, long clen, int blen, long estnnz) throws IOException, DMLRuntimeException
- Specified by:
 readMatrixFromHDFSin classMatrixReader- Throws:
 IOExceptionDMLRuntimeException
 
- 
readMatrixFromInputStream
public MatrixBlock readMatrixFromInputStream(InputStream is, long rlen, long clen, int blen, long estnnz) throws IOException, DMLRuntimeException
- Specified by:
 readMatrixFromInputStreamin classMatrixReader- Throws:
 IOExceptionDMLRuntimeException
 
- 
readMatrixFromHDF5
public static long readMatrixFromHDF5(BufferedInputStream bis, String datasetName, MatrixBlock dest, int rl, long ru, long clen, int blen)
 
- 
computeHDF5Size
public static MatrixBlock computeHDF5Size(List<org.apache.hadoop.fs.Path> files, org.apache.hadoop.fs.FileSystem fs, String datasetName, long estnnz) throws IOException, DMLRuntimeException
- Throws:
 IOExceptionDMLRuntimeException
 
 - 
 
 -