Class RowDiff

java.lang.Object
com.mapr.db.mapreduce.tools.impl.RowDiff

public class RowDiff extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
     
    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 Details

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

    • 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)