Uses of Class
org.apache.sysds.runtime.io.FileFormatProperties
Packages that use FileFormatProperties
Package
Description
-
Uses of FileFormatProperties in org.apache.sysds.runtime.compress.io
Methods in org.apache.sysds.runtime.compress.io with parameters of type FileFormatPropertiesModifier and TypeMethodDescriptionstatic WriterCompressedWriterCompressed.create(FileFormatProperties props) -
Uses of FileFormatProperties in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return FileFormatPropertiesMethods in org.apache.sysds.runtime.controlprogram.caching with parameters of type FileFormatPropertiesModifier and TypeMethodDescriptionvoidCacheableData.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).voidCacheableData.exportData(String fName, String outputFormat, FileFormatProperties formatProperties) voidCacheableData.setFileFormatProperties(FileFormatProperties props) -
Uses of FileFormatProperties in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return FileFormatProperties -
Uses of FileFormatProperties in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return FileFormatPropertiesMethods in org.apache.sysds.runtime.instructions.spark with parameters of type FileFormatPropertiesModifier and TypeMethodDescriptionvoidWriteSPInstruction.setFormatProperties(FileFormatProperties prop) -
Uses of FileFormatProperties in org.apache.sysds.runtime.io
Subclasses of FileFormatProperties in org.apache.sysds.runtime.ioModifier and TypeClassDescriptionclassclassclassclassclassFields in org.apache.sysds.runtime.io declared as FileFormatPropertiesMethods in org.apache.sysds.runtime.io with parameters of type FileFormatPropertiesModifier and TypeMethodDescriptionstatic FrameReaderFrameReaderFactory.createFrameReader(Types.FileFormat fmt, FileFormatProperties props) static FrameWriterFrameWriterFactory.createFrameWriter(Types.FileFormat fmt, FileFormatProperties props) static MatrixWriterMatrixWriterFactory.createMatrixWriter(Types.FileFormat fmt, int replication, FileFormatProperties props) static ListObjectListReader.readListFromHDFS(String fname, String fmtStr, FileFormatProperties props) Reads a list object and all contained objects from a folder with related meta data.static voidListWriter.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 -
Uses of FileFormatProperties in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util with parameters of type FileFormatPropertiesModifier and TypeMethodDescriptionstatic StringHDFSTool.metaDataToString(Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties) static StringHDFSTool.metaDataToString(Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties, String privacyConstraints) static MatrixBlockDataConverter.readMatrixFromHDFS(String dir, Types.FileFormat fmt, long rlen, long clen, int blen, long expectedNnz, FileFormatProperties formatProperties) static voidDataConverter.writeMatrixToHDFS(MatrixBlock mat, String dir, Types.FileFormat fmt, DataCharacteristics dc, int replication, FileFormatProperties formatProperties) static voidDataConverter.writeMatrixToHDFS(MatrixBlock mat, String dir, Types.FileFormat fmt, DataCharacteristics dc, int replication, FileFormatProperties formatProperties, boolean diag) static voidHDFSTool.writeMetaDataFile(String mtdfile, Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties) static voidHDFSTool.writeMetaDataFile(String mtdfile, Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties, String privacyConstraints) static voidHDFSTool.writeMetaDataFile(String mtdfile, Types.ValueType vt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties)