Package org.apache.sysds.runtime.io
Class MatrixWriterFactory
- java.lang.Object
- 
- org.apache.sysds.runtime.io.MatrixWriterFactory
 
- 
 public class MatrixWriterFactory extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description MatrixWriterFactory()
 - 
Method SummaryAll 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- 
createMatrixWriterpublic static MatrixWriter createMatrixWriter(Types.FileFormat fmt) 
 - 
createMatrixWriterpublic static MatrixWriter createMatrixWriter(Types.FileFormat fmt, int replication, FileFormatProperties props) 
 
- 
 
-