Package com.mapr.fs.hbase
Class GetConverter
java.lang.Object
com.mapr.fs.hbase.GetConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mapr.fs.jni.MapRGettoMapRGet(org.apache.hadoop.hbase.client.Get get, com.mapr.fs.MapRHTable htable) static com.mapr.fs.jni.MapRGet[]toMapRGets(List<org.apache.hadoop.hbase.client.Get> gets, com.mapr.fs.MapRHTable htable) Converts a list of HBaseGetto list ofMapRGet
-
Constructor Details
-
GetConverter
public GetConverter()
-
-
Method Details
-
toMapRGets
public static com.mapr.fs.jni.MapRGet[] toMapRGets(List<org.apache.hadoop.hbase.client.Get> gets, com.mapr.fs.MapRHTable htable) throws IOException Converts a list of HBaseGetto list ofMapRGet- Parameters:
gets- HBase Get object to convert- Returns:
- List of corresponding
MapRGetobjects - Throws:
IOException
-
toMapRGet
public static com.mapr.fs.jni.MapRGet toMapRGet(org.apache.hadoop.hbase.client.Get get, com.mapr.fs.MapRHTable htable) throws IOException - Throws:
IOException
-