|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HServerAddress | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client | |
org.apache.hadoop.hbase.ipc | |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.util.migration.v5 | Package of classes used instantiating objects written with pre-version 5 versions of HBase. |
Uses of HServerAddress in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return HServerAddress | |
---|---|
HServerAddress |
HServerInfo.getServerAddress()
|
HServerAddress |
HRegionLocation.getServerAddress()
|
Methods in org.apache.hadoop.hbase with parameters of type HServerAddress | |
---|---|
void |
RegionHistorian.addRegionOpen(HRegionInfo info,
HServerAddress address)
Method to add a opening event to the row in the .META table |
void |
HServerInfo.setServerAddress(HServerAddress serverAddress)
Change the server address. |
Constructors in org.apache.hadoop.hbase with parameters of type HServerAddress | |
---|---|
HRegionLocation(HRegionInfo regionInfo,
HServerAddress serverAddress)
Constructor |
|
HServerAddress(HServerAddress other)
Construct a HServerAddress from another HServerAddress |
|
HServerInfo(HServerAddress serverAddress,
long startCode,
int infoPort)
Constructor |
Uses of HServerAddress in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return types with arguments of type HServerAddress | |
---|---|
Map<HRegionInfo,HServerAddress> |
HTable.getRegionsInfo()
Get all the regions and their address for this table |
Methods in org.apache.hadoop.hbase.client with parameters of type HServerAddress | |
---|---|
HRegionInterface |
HConnection.getHRegionConnection(HServerAddress regionServer)
Establishes a connection to the region server at the specified address. |
Uses of HServerAddress in org.apache.hadoop.hbase.ipc |
---|
Methods in org.apache.hadoop.hbase.ipc that return HServerAddress | |
---|---|
HServerAddress |
HMasterInterface.findRootRegion()
Get the location of the root region |
Uses of HServerAddress in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master that return HServerAddress | |
---|---|
HServerAddress |
HMaster.findRootRegion()
Get the location of the root region |
HServerAddress |
HMaster.getMasterAddress()
|
HServerAddress |
HMaster.getRootRegionLocation()
|
HServerAddress |
MetaRegion.getServer()
|
Constructors in org.apache.hadoop.hbase.master with parameters of type HServerAddress | |
---|---|
HMaster(org.apache.hadoop.fs.Path rd,
HServerAddress address,
HBaseConfiguration conf)
Build the HMaster |
Uses of HServerAddress in org.apache.hadoop.hbase.regionserver |
---|
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HServerAddress | |
---|---|
HRegionServer(HServerAddress address,
HBaseConfiguration conf)
Starts a HRegionServer at the specified location |
Uses of HServerAddress in org.apache.hadoop.hbase.util.migration.v5 |
---|
Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type HServerAddress | |
---|---|
void |
RegionHistorian.addRegionOpen(HRegionInfo info,
HServerAddress address)
Method to add a opening event to the row in the .META table |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |