Class 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.MapRGet toMapRGet​(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 HBase Get to list of MapRGet
      • Methods inherited from class java.lang.Object

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

      • GetConverter

        public GetConverter()
    • 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.IOException
        Converts a list of HBase Get to list of MapRGet
        Parameters:
        gets - HBase Get object to convert
        Returns:
        List of corresponding MapRGet objects
        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