Package com.mapr.fs.hbase
Class ResultConverter
java.lang.Object
com.mapr.fs.hbase.ResultConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.Result[]createHBaseResult(com.mapr.fs.jni.MapRGet[] mgets, com.mapr.fs.MapRHTable htable) static org.apache.hadoop.hbase.client.ResultcreateHBaseResult(com.mapr.fs.jni.MapRGet mget, com.mapr.fs.MapRHTable htable) static org.apache.hadoop.hbase.client.ResultcreateHBaseResult(com.mapr.fs.jni.MapRIncrement incr, com.mapr.fs.MapRHTable htable) protected static voidillegalArgument(String format, Object... args) static org.apache.hadoop.hbase.client.ResulttoHBaseResult(com.mapr.fs.jni.MapRPut mput, com.mapr.fs.MapRHTable htable) static org.apache.hadoop.hbase.client.ResulttoHBaseResult(com.mapr.fs.jni.MapRResult mresult, byte[] key, int keyLength, com.mapr.fs.MapRHTable htable, Map<Integer, String> familyIdMap) static org.apache.hadoop.hbase.client.ResulttoHBaseResult(com.mapr.fs.jni.MapRResult mresult, com.mapr.fs.MapRHTable htable, Map<Integer, String> familyIdMap)
-
Constructor Details
-
ResultConverter
public ResultConverter()
-
-
Method Details
-
createHBaseResult
public static org.apache.hadoop.hbase.client.Result createHBaseResult(com.mapr.fs.jni.MapRGet mget, com.mapr.fs.MapRHTable htable) throws IOException - Throws:
IOException
-
createHBaseResult
public static org.apache.hadoop.hbase.client.Result[] createHBaseResult(com.mapr.fs.jni.MapRGet[] mgets, com.mapr.fs.MapRHTable htable) throws IOException - Throws:
IOException
-
toHBaseResult
public static org.apache.hadoop.hbase.client.Result toHBaseResult(com.mapr.fs.jni.MapRResult mresult, com.mapr.fs.MapRHTable htable, Map<Integer, String> familyIdMap) throws IOException- Throws:
IOException
-
toHBaseResult
public static org.apache.hadoop.hbase.client.Result toHBaseResult(com.mapr.fs.jni.MapRResult mresult, byte[] key, int keyLength, com.mapr.fs.MapRHTable htable, Map<Integer, String> familyIdMap) throws IOException- Throws:
IOException
-
createHBaseResult
public static org.apache.hadoop.hbase.client.Result createHBaseResult(com.mapr.fs.jni.MapRIncrement incr, com.mapr.fs.MapRHTable htable) throws IOException - Throws:
IOException
-
toHBaseResult
public static org.apache.hadoop.hbase.client.Result toHBaseResult(com.mapr.fs.jni.MapRPut mput, com.mapr.fs.MapRHTable htable) throws IOException - Throws:
IOException
-
illegalArgument
-