Class HRegionConverter


  • public class HRegionConverter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.hadoop.hbase.HRegionInfo toHRegionInfo​(com.mapr.fs.proto.Dbserver.TabletDesc tablet, byte[] tableName)  
      static org.apache.hadoop.hbase.HRegionLocation toHRegionLocation​(com.mapr.fs.proto.Dbserver.TabletDesc tablet, com.mapr.fs.MapRHTable htable)  
      static org.apache.hadoop.hbase.ServerName toServerName​(com.mapr.fs.proto.Dbserver.TabletDesc tablet, com.mapr.fs.MapRHTable htable)  
      • Methods inherited from class java.lang.Object

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

      • HRegionConverter

        public HRegionConverter()
    • Method Detail

      • toHRegionInfo

        public static org.apache.hadoop.hbase.HRegionInfo toHRegionInfo​(com.mapr.fs.proto.Dbserver.TabletDesc tablet,
                                                                        byte[] tableName)
      • toHRegionLocation

        public static org.apache.hadoop.hbase.HRegionLocation toHRegionLocation​(com.mapr.fs.proto.Dbserver.TabletDesc tablet,
                                                                                com.mapr.fs.MapRHTable htable)
                                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • toServerName

        public static org.apache.hadoop.hbase.ServerName toServerName​(com.mapr.fs.proto.Dbserver.TabletDesc tablet,
                                                                      com.mapr.fs.MapRHTable htable)
                                                               throws java.io.IOException
        Throws:
        java.io.IOException