Class IncrementConverter

java.lang.Object
com.mapr.fs.hbase.IncrementConverter

public class IncrementConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • IncrementConverter

      public IncrementConverter()
  • Method Details

    • toMapRIncrement

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

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