public class IncrementConverter
extends java.lang.Object
| Constructor and Description |
|---|
IncrementConverter() |
| Modifier and Type | Method and 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 |
public static com.mapr.fs.jni.MapRIncrement toMapRIncrement(org.apache.hadoop.hbase.client.Increment incr,
com.mapr.fs.MapRHTable htable)
throws java.io.IOException
Increment to list of MapRIncrementincrement - HBase Increment object to convertMapRGet objectsjava.io.IOExceptionpublic static com.mapr.fs.jni.MapRIncrement toMapRIncrement(byte[] key,
byte[] family,
byte[] qualifier,
long delta,
com.mapr.fs.MapRHTable htable)
throws java.io.IOException
java.io.IOException