Package com.mapr.fs.hbase
Class HRegionConverter
- java.lang.Object
-
- com.mapr.fs.hbase.HRegionConverter
-
public class HRegionConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HRegionConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
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
-
-