Uses of Enum Class
org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PDataPartitionFormat
Packages that use ParForProgramBlock.PDataPartitionFormat
Package
Description
-
Uses of ParForProgramBlock.PDataPartitionFormat in org.apache.sysds.runtime.controlprogram
Fields in org.apache.sysds.runtime.controlprogram declared as ParForProgramBlock.PDataPartitionFormatMethods in org.apache.sysds.runtime.controlprogram that return ParForProgramBlock.PDataPartitionFormatModifier and TypeMethodDescriptionParForProgramBlock.PDataPartitionFormat.parsePDataPartitionFormat(String s) Note: Robust version of valueOf in order to return NONE without exception if misspelled or non-existing and for case-insensitivity.Returns the enum constant of this class with the specified name.ParForProgramBlock.PDataPartitionFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.runtime.controlprogram with parameters of type ParForProgramBlock.PDataPartitionFormatModifierConstructorDescription -
Uses of ParForProgramBlock.PDataPartitionFormat in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return ParForProgramBlock.PDataPartitionFormatMethods in org.apache.sysds.runtime.controlprogram.caching with parameters of type ParForProgramBlock.PDataPartitionFormatModifier and TypeMethodDescriptionvoidMatrixObject.setPartitioned(ParForProgramBlock.PDataPartitionFormat format, int n) -
Uses of ParForProgramBlock.PDataPartitionFormat in org.apache.sysds.runtime.controlprogram.parfor
Methods in org.apache.sysds.runtime.controlprogram.parfor with parameters of type ParForProgramBlock.PDataPartitionFormatModifier and TypeMethodDescriptionstatic MatrixBlockDataPartitioner.createReuseMatrixBlock(ParForProgramBlock.PDataPartitionFormat dpf, int rows, int cols) Constructors in org.apache.sysds.runtime.controlprogram.parfor with parameters of type ParForProgramBlock.PDataPartitionFormatModifierConstructorDescriptionDataPartitionerRemoteSparkMapper(DataCharacteristics mc, Types.FileFormat fmt, ParForProgramBlock.PDataPartitionFormat dpf, int n)