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:
  • Field Details

  • Constructor Details

    • PairWritableCell

      public PairWritableCell()
  • Method Details