Uses of Class
org.apache.hadoop.hbase.HServerAddress

Packages that use HServerAddress
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.tableindexed   
org.apache.hadoop.hbase.regionserver.transactional   
 

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
 HServerAddress HMasterRegionInterface.getRootRegionLocation()
           
 

Uses of HServerAddress in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return HServerAddress
 HServerAddress HMaster.findRootRegion()
           
 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.regionserver.tableindexed
 

Constructors in org.apache.hadoop.hbase.regionserver.tableindexed with parameters of type HServerAddress
IndexedRegionServer(HServerAddress serverAddress, HBaseConfiguration conf)
           
 

Uses of HServerAddress in org.apache.hadoop.hbase.regionserver.transactional
 

Constructors in org.apache.hadoop.hbase.regionserver.transactional with parameters of type HServerAddress
TransactionalRegionServer(HServerAddress address, HBaseConfiguration conf)
           
 



Copyright © 2008 The Apache Software Foundation