Class PairWritableCell
java.lang.Object
org.apache.sysds.runtime.controlprogram.parfor.util.PairWritableCell
- All Implemented Interfaces:
Serializable,org.apache.hadoop.io.Writable
Custom writable for a pair of matrix indexes and matrix cell
as required for binarycell in remote data partitioning.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
indexes
-
cell
-
-
Constructor Details
-
PairWritableCell
public PairWritableCell()
-
-
Method Details
-
readFields
- Specified by:
readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
write
- Specified by:
writein interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-