|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HServerAddress | |
---|---|
org.apache.hadoop.hbase | Provides Hbase, the Hadoop simple database. |
Uses of HServerAddress in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return HServerAddress | |
---|---|
HServerAddress |
HMaster.findRootRegion()
Get the location of the root region |
HServerAddress |
HMasterInterface.findRootRegion()
Get the location of the root region |
HServerAddress |
HMaster.getMasterAddress()
|
HServerAddress |
HMaster.getRootRegionLocation()
|
HServerAddress |
HMaster.MetaRegion.getServer()
|
HServerAddress |
HServerInfo.getServerAddress()
|
HServerAddress |
HRegionLocation.getServerAddress()
|
Methods in org.apache.hadoop.hbase with parameters of type HServerAddress | |
---|---|
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer)
Establishes a connection to the region server at the specified address. |
Constructors in org.apache.hadoop.hbase with parameters of type HServerAddress | |
---|---|
HMaster(Path rootdir,
HServerAddress address,
HBaseConfiguration conf)
Build the HMaster |
|
HRegionLocation(HRegionInfo regionInfo,
HServerAddress serverAddress)
Constructor |
|
HRegionServer(HServerAddress address,
HBaseConfiguration conf)
Starts a HRegionServer at the specified location |
|
HServerAddress(HServerAddress other)
Construct a HServerAddress from another HServerAddress |
|
HServerInfo(HServerAddress serverAddress,
long startCode,
int infoPort)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |