public final class RegionLocation extends Object
Modifier and Type | Method and Description |
---|---|
String |
getHostname()
The name of the host currently serving this region.
|
int |
getPort()
The port the hosting region server is listening on for RPCs.
|
byte[] |
getRegionName()
Returns the full name or ID of the region as used in HBase and displayed
in the HBase GUI.
|
byte[] |
getTable()
The name of the table that this region pertains to.
|
byte[] |
startKey()
The start key for this region.
|
byte[] |
stopKey()
The stop key for this region.
|
String |
toString() |
public byte[] startKey()
public byte[] stopKey()
public String getHostname()
public int getPort()
getHostname
public byte[] getTable()
public byte[] getRegionName()
Copyright © 2010-2017, The Async HBase Authors