Package com.mapr.fs.hbase
Class IncrementConverter
- java.lang.Object
-
- com.mapr.fs.hbase.IncrementConverter
-
public class IncrementConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IncrementConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.mapr.fs.jni.MapRIncrementtoMapRIncrement(byte[] key, byte[] family, byte[] qualifier, long delta, com.mapr.fs.MapRHTable htable)static com.mapr.fs.jni.MapRIncrementtoMapRIncrement(org.apache.hadoop.hbase.client.Increment incr, com.mapr.fs.MapRHTable htable)Converts a list of HBaseIncrementto list ofMapRIncrement
-
-
-
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.IOExceptionConverts a list of HBaseIncrementto list ofMapRIncrement- Parameters:
increment- HBase Increment object to convert- Returns:
- Lorresponding
MapRGetobjects - 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
-
-