Class IncrementConverter


  • public class IncrementConverter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.mapr.fs.jni.MapRIncrement toMapRIncrement​(byte[] key, byte[] family, byte[] qualifier, long delta, com.mapr.fs.MapRHTable htable)  
      static com.mapr.fs.jni.MapRIncrement toMapRIncrement​(org.apache.hadoop.hbase.client.Increment incr, com.mapr.fs.MapRHTable htable)
      Converts a list of HBase Increment to list of MapRIncrement
      • Methods inherited from class java.lang.Object

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

      • IncrementConverter

        public IncrementConverter()
    • Method Detail

      • toMapRIncrement

        public static com.mapr.fs.jni.MapRIncrement toMapRIncrement​(org.apache.hadoop.hbase.client.Increment incr,
                                                                    com.mapr.fs.MapRHTable htable)
                                                             throws java.io.IOException
        Converts a list of HBase Increment to list of MapRIncrement
        Parameters:
        increment - HBase Increment object to convert
        Returns:
        Lorresponding MapRGet objects
        Throws:
        java.io.IOException
      • toMapRIncrement

        public static com.mapr.fs.jni.MapRIncrement toMapRIncrement​(byte[] key,
                                                                    byte[] family,
                                                                    byte[] qualifier,
                                                                    long delta,
                                                                    com.mapr.fs.MapRHTable htable)
                                                             throws java.io.IOException
        Throws:
        java.io.IOException