Class HRegionConverter

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

public class HRegionConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • HRegionConverter

      public HRegionConverter()
  • Method Details

    • 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 IOException
      Throws:
      IOException
    • toServerName

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