Class PairWritableCell
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.parfor.util.PairWritableCell
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.hadoop.io.Writable
 
 public class PairWritableCell extends Object implements org.apache.hadoop.io.Writable, Serializable Custom writable for a pair of matrix indexes and matrix cell as required for binarycell in remote data partitioning.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description MatrixCellcellMatrixIndexesindexes
 - 
Constructor SummaryConstructors Constructor Description PairWritableCell()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadFields(DataInput in)voidwrite(DataOutput out)
 
- 
- 
- 
Field Detail- 
indexespublic MatrixIndexes indexes 
 - 
cellpublic MatrixCell cell 
 
- 
 - 
Method Detail- 
readFieldspublic void readFields(DataInput in) throws IOException - Specified by:
- readFieldsin interface- org.apache.hadoop.io.Writable
- Throws:
- IOException
 
 - 
writepublic void write(DataOutput out) throws IOException - Specified by:
- writein interface- org.apache.hadoop.io.Writable
- Throws:
- IOException
 
 
- 
 
-