|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HRegionInfo | |
|---|---|
| org.apache.hadoop.hbase | Provides HBase, the Hadoop simple database. |
| org.apache.hadoop.hbase.util | |
| Uses of HRegionInfo in org.apache.hadoop.hbase |
|---|
| Fields in org.apache.hadoop.hbase declared as HRegionInfo | |
|---|---|
static HRegionInfo |
HGlobals.rootRegionInfo
region info for the root region |
| Methods in org.apache.hadoop.hbase that return HRegionInfo | |
|---|---|
HRegionInfo |
HMsg.getRegionInfo()
Accessor |
HRegionInfo |
HRegion.getRegionInfo()
Returns a HRegionInfo object for this region |
HRegionInfo |
HRegionLocation.getRegionInfo()
|
HRegionInfo |
HRegionInterface.getRegionInfo(Text regionName)
Get metainfo about an HRegion |
HRegionInfo |
HRegionServer.getRegionInfo(Text regionName)
Get metainfo about an HRegion |
| Constructors in org.apache.hadoop.hbase with parameters of type HRegionInfo | |
|---|---|
HMsg(byte msg,
HRegionInfo info)
Construct a message with the specified message code and HRegionInfo |
|
HRegion(Path rootDir,
HLog log,
FileSystem fs,
Configuration conf,
HRegionInfo regionInfo,
Path initialFiles)
HRegion constructor. |
|
HRegionLocation(HRegionInfo regionInfo,
HServerAddress serverAddress)
Constructor |
|
| Uses of HRegionInfo in org.apache.hadoop.hbase.util |
|---|
| Methods in org.apache.hadoop.hbase.util that return HRegionInfo | |
|---|---|
static HRegionInfo |
Writables.getHRegionInfo(byte[] bytes)
|
static HRegionInfo |
Writables.getHRegionInfoOrNull(byte[] bytes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||