Package org.apache.sysds.runtime.io
Class MatrixWriterFactory
- java.lang.Object
 - 
- org.apache.sysds.runtime.io.MatrixWriterFactory
 
 
- 
public class MatrixWriterFactory extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description MatrixWriterFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixWritercreateMatrixWriter(Types.FileFormat fmt)static MatrixWritercreateMatrixWriter(Types.FileFormat fmt, int replication, FileFormatProperties props) 
 - 
 
- 
- 
Method Detail
- 
createMatrixWriter
public static MatrixWriter createMatrixWriter(Types.FileFormat fmt)
 
- 
createMatrixWriter
public static MatrixWriter createMatrixWriter(Types.FileFormat fmt, int replication, FileFormatProperties props)
 
 - 
 
 -