Uses of Class
org.apache.sysds.runtime.io.FileFormatProperties
-
-
Uses of FileFormatProperties in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return FileFormatProperties Modifier and Type Method Description FileFormatProperties
CacheableData. getFileFormatProperties()
Methods in org.apache.sysds.runtime.controlprogram.caching with parameters of type FileFormatProperties Modifier and Type Method Description void
CacheableData. exportData(String fName, String outputFormat, int replication, FileFormatProperties formatProperties)
Synchronized because there might be parallel threads (parfor local) that access the same object (in case it was created before the loop).void
CacheableData. exportData(String fName, String outputFormat, FileFormatProperties formatProperties)
void
CacheableData. setFileFormatProperties(FileFormatProperties props)
-
Uses of FileFormatProperties in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return FileFormatProperties Modifier and Type Method Description FileFormatProperties
VariableCPInstruction. getFormatProperties()
-
Uses of FileFormatProperties in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return FileFormatProperties Modifier and Type Method Description FileFormatProperties
WriteSPInstruction. getFormatProperties()
Methods in org.apache.sysds.runtime.instructions.spark with parameters of type FileFormatProperties Modifier and Type Method Description void
WriteSPInstruction. setFormatProperties(FileFormatProperties prop)
-
Uses of FileFormatProperties in org.apache.sysds.runtime.io
Subclasses of FileFormatProperties in org.apache.sysds.runtime.io Modifier and Type Class Description class
FileFormatPropertiesCSV
class
FileFormatPropertiesHDF5
class
FileFormatPropertiesLIBSVM
class
FileFormatPropertiesMM
Fields in org.apache.sysds.runtime.io declared as FileFormatProperties Modifier and Type Field Description FileFormatProperties
ReadProperties. formatProperties
Methods in org.apache.sysds.runtime.io with parameters of type FileFormatProperties Modifier and Type Method Description static FrameReader
FrameReaderFactory. createFrameReader(Types.FileFormat fmt, FileFormatProperties props)
static FrameWriter
FrameWriterFactory. createFrameWriter(Types.FileFormat fmt, FileFormatProperties props)
static MatrixWriter
MatrixWriterFactory. createMatrixWriter(Types.FileFormat fmt, int replication, FileFormatProperties props)
static ListObject
ListReader. readListFromHDFS(String fname, String fmtStr, FileFormatProperties props)
Reads a list object and all contained objects from a folder with related meta data.static void
ListWriter. writeListToHDFS(ListObject lo, String fname, String fmtStr, FileFormatProperties props)
Writes a list object and all contained objects to a folder with related meta data. -
Uses of FileFormatProperties in org.apache.sysds.runtime.iogen
Subclasses of FileFormatProperties in org.apache.sysds.runtime.iogen Modifier and Type Class Description class
CustomProperties
class
SampleProperties
-
Uses of FileFormatProperties in org.apache.sysds.runtime.util
-