Class ResultConverter

java.lang.Object
com.mapr.fs.hbase.ResultConverter

public class ResultConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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.Result
    createHBaseResult(com.mapr.fs.jni.MapRGet mget, com.mapr.fs.MapRHTable htable)
     
    static org.apache.hadoop.hbase.client.Result
    createHBaseResult(com.mapr.fs.jni.MapRIncrement incr, com.mapr.fs.MapRHTable htable)
     
    protected static void
    illegalArgument(String format, Object... args)
     
    static org.apache.hadoop.hbase.client.Result
    toHBaseResult(com.mapr.fs.jni.MapRPut mput, com.mapr.fs.MapRHTable htable)
     
    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)
     
    static org.apache.hadoop.hbase.client.Result
    toHBaseResult(com.mapr.fs.jni.MapRResult mresult, com.mapr.fs.MapRHTable htable, Map<Integer,String> familyIdMap)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected static void illegalArgument(String format, Object... args)