public class GetConverter
extends java.lang.Object
| Constructor and Description |
|---|
GetConverter() |
| Modifier and Type | Method and Description |
|---|---|
static com.mapr.fs.jni.MapRGet |
toMapRGet(org.apache.hadoop.hbase.client.Get get,
com.mapr.fs.MapRHTable htable) |
static com.mapr.fs.jni.MapRGet[] |
toMapRGets(java.util.List<org.apache.hadoop.hbase.client.Get> gets,
com.mapr.fs.MapRHTable htable)
Converts a list of HBase
Get to list of MapRGet |
public static com.mapr.fs.jni.MapRGet[] toMapRGets(java.util.List<org.apache.hadoop.hbase.client.Get> gets,
com.mapr.fs.MapRHTable htable)
throws java.io.IOException
Get to list of MapRGetgets - HBase Get object to convertMapRGet objectsjava.io.IOExceptionpublic static com.mapr.fs.jni.MapRGet toMapRGet(org.apache.hadoop.hbase.client.Get get,
com.mapr.fs.MapRHTable htable)
throws java.io.IOException
java.io.IOException