Package com.mapr.fs.hbase
Class IncrementConverter
java.lang.Object
com.mapr.fs.hbase.IncrementConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
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 HBaseIncrementto list ofMapRIncrement- Parameters:
increment- HBase Increment object to convert- Returns:
- Lorresponding
MapRGetobjects - 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
-