Package com.mapr.fs.hbase
Class GetConverter
- java.lang.Object
-
- com.mapr.fs.hbase.GetConverter
-
public class GetConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.mapr.fs.jni.MapRGettoMapRGet(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 HBaseGetto list ofMapRGet
-
-
-
Method Detail
-
toMapRGets
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.IOExceptionConverts a list of HBaseGetto list ofMapRGet- Parameters:
gets- HBase Get object to convert- Returns:
- List of corresponding
MapRGetobjects - Throws:
java.io.IOException
-
toMapRGet
public static com.mapr.fs.jni.MapRGet toMapRGet(org.apache.hadoop.hbase.client.Get get, com.mapr.fs.MapRHTable htable) throws java.io.IOException- Throws:
java.io.IOException
-
-