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

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 dir, HServerAddress address, Configuration conf)
          Build the HMaster
HRegionLocation(HRegionInfo regionInfo, HServerAddress serverAddress)
          Constructor
HRegionServer(HServerAddress address, Configuration 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
 



Copyright © 2006 The Apache Software Foundation