Class RowDiff


  • public class RowDiff
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.mapr.db.mapreduce.impl.ByteBufWritableComparable forDst  
      com.mapr.db.mapreduce.impl.ByteBufWritableComparable forSrc  
      com.mapr.db.mapreduce.impl.ByteBufWritableComparable key  
    • Constructor Summary

      Constructors 
      Constructor Description
      RowDiff()  
      RowDiff​(com.mapr.db.mapreduce.impl.ByteBufWritableComparable k, com.mapr.db.mapreduce.impl.ByteBufWritableComparable fSrc, com.mapr.db.mapreduce.impl.ByteBufWritableComparable fDst)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        public com.mapr.db.mapreduce.impl.ByteBufWritableComparable key
      • forSrc

        public com.mapr.db.mapreduce.impl.ByteBufWritableComparable forSrc
      • forDst

        public com.mapr.db.mapreduce.impl.ByteBufWritableComparable forDst
    • Constructor Detail

      • RowDiff

        public RowDiff()
      • RowDiff

        public RowDiff​(com.mapr.db.mapreduce.impl.ByteBufWritableComparable k,
                       com.mapr.db.mapreduce.impl.ByteBufWritableComparable fSrc,
                       com.mapr.db.mapreduce.impl.ByteBufWritableComparable fDst)