Class ParForProgramBlock.PartitionFormat
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ParForProgramBlock
 
 public static class ParForProgramBlock.PartitionFormat extends Object implements Serializable Convenience class to package PDataPartitionFormat and its parameters.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description ParForProgramBlock.PDataPartitionFormat_dpfint_Nstatic ParForProgramBlock.PartitionFormatCOLUMN_WISEstatic ParForProgramBlock.PartitionFormatNONEstatic ParForProgramBlock.PartitionFormatROW_WISE
 - 
Constructor SummaryConstructors Constructor Description PartitionFormat(ParForProgramBlock.PDataPartitionFormat dpf, int N)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetNumColumns(DataCharacteristics mc)longgetNumParts(DataCharacteristics mc)longgetNumRows(DataCharacteristics mc)inthashCode()booleanisBlockwise()booleanisRowwise()StringtoString()static ParForProgramBlock.PartitionFormatvalueOf(String value)
 
- 
- 
- 
Field Detail- 
NONEpublic static final ParForProgramBlock.PartitionFormat NONE 
 - 
ROW_WISEpublic static final ParForProgramBlock.PartitionFormat ROW_WISE 
 - 
COLUMN_WISEpublic static final ParForProgramBlock.PartitionFormat COLUMN_WISE 
 - 
_dpfpublic final ParForProgramBlock.PDataPartitionFormat _dpf 
 - 
_Npublic final int _N 
 
- 
 - 
Constructor Detail- 
PartitionFormatpublic PartitionFormat(ParForProgramBlock.PDataPartitionFormat dpf, int N) 
 
- 
 - 
Method Detail- 
valueOfpublic static ParForProgramBlock.PartitionFormat valueOf(String value) 
 - 
isBlockwisepublic boolean isBlockwise() 
 - 
isRowwisepublic boolean isRowwise() 
 - 
getNumPartspublic long getNumParts(DataCharacteristics mc) 
 - 
getNumRowspublic long getNumRows(DataCharacteristics mc) 
 - 
getNumColumnspublic long getNumColumns(DataCharacteristics mc) 
 
- 
 
-