Package com.mapr.fs.hbase
Class ResultConverter
- java.lang.Object
-
- com.mapr.fs.hbase.ResultConverter
-
public class ResultConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResultConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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(java.lang.String format, java.lang.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, java.util.Map<java.lang.Integer,java.lang.String> familyIdMap)static org.apache.hadoop.hbase.client.ResulttoHBaseResult(com.mapr.fs.jni.MapRResult mresult, com.mapr.fs.MapRHTable htable, java.util.Map<java.lang.Integer,java.lang.String> familyIdMap)
-
-
-
Method Detail
-
createHBaseResult
public static org.apache.hadoop.hbase.client.Result createHBaseResult(com.mapr.fs.jni.MapRGet mget, com.mapr.fs.MapRHTable htable) throws java.io.IOException- Throws:
java.io.IOException
-
createHBaseResult
public static org.apache.hadoop.hbase.client.Result[] createHBaseResult(com.mapr.fs.jni.MapRGet[] mgets, com.mapr.fs.MapRHTable htable) throws java.io.IOException- Throws:
java.io.IOException
-
toHBaseResult
public static org.apache.hadoop.hbase.client.Result toHBaseResult(com.mapr.fs.jni.MapRResult mresult, com.mapr.fs.MapRHTable htable, java.util.Map<java.lang.Integer,java.lang.String> familyIdMap) throws java.io.IOException- Throws:
java.io.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, java.util.Map<java.lang.Integer,java.lang.String> familyIdMap) throws java.io.IOException- Throws:
java.io.IOException
-
createHBaseResult
public static org.apache.hadoop.hbase.client.Result createHBaseResult(com.mapr.fs.jni.MapRIncrement incr, com.mapr.fs.MapRHTable htable) throws java.io.IOException- Throws:
java.io.IOException
-
toHBaseResult
public static org.apache.hadoop.hbase.client.Result toHBaseResult(com.mapr.fs.jni.MapRPut mput, com.mapr.fs.MapRHTable htable) throws java.io.IOException- Throws:
java.io.IOException
-
illegalArgument
protected static void illegalArgument(java.lang.String format, java.lang.Object... args)
-
-