Package com.mapr.fs.hbase
Class HRegionConverter
java.lang.Object
com.mapr.fs.hbase.HRegionConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.HRegionInfotoHRegionInfo(com.mapr.fs.proto.Dbserver.TabletDesc tablet, byte[] tableName) static org.apache.hadoop.hbase.HRegionLocationtoHRegionLocation(com.mapr.fs.proto.Dbserver.TabletDesc tablet, com.mapr.fs.MapRHTable htable) static org.apache.hadoop.hbase.ServerNametoServerName(com.mapr.fs.proto.Dbserver.TabletDesc tablet, com.mapr.fs.MapRHTable htable)
-
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
-