Class 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.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​(java.lang.String format, java.lang.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, java.util.Map<java.lang.Integer,​java.lang.String> familyIdMap)  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultConverter

        public ResultConverter()
    • 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)